public static interface DescribeDBClusterSnapshotAttributesRequest.Builder extends RDSRequest.Builder, CopyableBuilder<DescribeDBClusterSnapshotAttributesRequest.Builder,DescribeDBClusterSnapshotAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeDBClusterSnapshotAttributesRequest.Builder |
dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot to describe the attributes for.
|
DescribeDBClusterSnapshotAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
DescribeDBClusterSnapshotAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildDescribeDBClusterSnapshotAttributesRequest.Builder dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the DB cluster snapshot to describe the attributes for.
dbClusterSnapshotIdentifier - The identifier for the DB cluster snapshot to describe the attributes for.DescribeDBClusterSnapshotAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.DescribeDBClusterSnapshotAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.