Interface DescribeDbClusterSnapshotAttributesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,DescribeDbClusterSnapshotAttributesRequest>,RdsRequest.Builder,SdkBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,DescribeDbClusterSnapshotAttributesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbClusterSnapshotAttributesRequest
public static interface DescribeDbClusterSnapshotAttributesRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterSnapshotAttributesRequest.Builder,DescribeDbClusterSnapshotAttributesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDbClusterSnapshotAttributesRequest.BuilderdbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier for the DB cluster snapshot to describe the attributes for.DescribeDbClusterSnapshotAttributesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbClusterSnapshotAttributesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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
-
-