public static interface DescribeDBSnapshotAttributesRequest.Builder extends RDSRequest.Builder, CopyableBuilder<DescribeDBSnapshotAttributesRequest.Builder,DescribeDBSnapshotAttributesRequest>
Modifier and Type | Method and Description |
---|---|
DescribeDBSnapshotAttributesRequest.Builder |
dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot to describe the attributes for.
|
DescribeDBSnapshotAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DescribeDBSnapshotAttributesRequest.Builder dbSnapshotIdentifier(String dbSnapshotIdentifier)
The identifier for the DB snapshot to describe the attributes for.
dbSnapshotIdentifier
- The identifier for the DB snapshot to describe the attributes for.DescribeDBSnapshotAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.