Interface DescribeDbClusterSnapshotAttributesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,,DescribeDbClusterSnapshotAttributesRequest> RdsRequest.Builder,SdkBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,,DescribeDbClusterSnapshotAttributesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbClusterSnapshotAttributesRequest
@Mutable
@NotThreadSafe
public static interface DescribeDbClusterSnapshotAttributesRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,DescribeDbClusterSnapshotAttributesRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier for the DB cluster 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
-
dbClusterSnapshotIdentifier
DescribeDbClusterSnapshotAttributesRequest.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier for the DB cluster snapshot to describe the attributes for.
- Parameters:
dbClusterSnapshotIdentifier- The identifier for the DB cluster snapshot to describe the attributes for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbClusterSnapshotAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDbClusterSnapshotAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-