ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.attributeName(String attributeName) |
The name of the DB cluster snapshot attribute to modify.
|
static ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.builder() |
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) |
The identifier for the DB cluster snapshot to modify the attributes for.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.toBuilder() |
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd) |
A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd) |
A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove) |
A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName
.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove) |
A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName
.
|