| Package | Description |
|---|---|
| software.amazon.awssdk.services.docdb |
Amazon DocumentDB API documentation
|
| software.amazon.awssdk.services.docdb.model |
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbClusterSnapshotAttributeResponse |
DocDbClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
default CompletableFuture<ModifyDbClusterSnapshotAttributeResponse> |
DocDbAsyncClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)
Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.attributeName(String attributeName)
The name of the cluster snapshot attribute to modify.
|
static ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.builder() |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)
The identifier for the cluster snapshot to modify the attributes for.
|
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.toBuilder() |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd)
A list of cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd)
A list of cluster snapshot attributes to add to the attribute specified by
AttributeName. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove)
A list of cluster snapshot attributes to remove from the attribute specified by
AttributeName. |
ModifyDbClusterSnapshotAttributeRequest.Builder |
ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove)
A list of cluster snapshot attributes to remove from the attribute specified by
AttributeName. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyDbClusterSnapshotAttributeRequest.Builder> |
ModifyDbClusterSnapshotAttributeRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.