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.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeDBClusterSnapshotAttributesRequest.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.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.