Interface DescribeDbSnapshotAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbSnapshotAttributesRequest.Builder,,DescribeDbSnapshotAttributesRequest> RdsRequest.Builder,SdkBuilder<DescribeDbSnapshotAttributesRequest.Builder,,DescribeDbSnapshotAttributesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbSnapshotAttributesRequest
@Mutable
@NotThreadSafe
public static interface DescribeDbSnapshotAttributesRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbSnapshotAttributesRequest.Builder,DescribeDbSnapshotAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbSnapshotIdentifier(String dbSnapshotIdentifier) The identifier for the DB snapshot to describe the attributes for.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dbSnapshotIdentifier
The identifier for the DB snapshot to describe the attributes for.
- Parameters:
dbSnapshotIdentifier- The identifier for the DB snapshot to describe the attributes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbSnapshotAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDbSnapshotAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-