Uses of Interface
software.amazon.awssdk.services.docdb.model.ModifyDbClusterSnapshotAttributeRequest.Builder
-
Packages that use ModifyDbClusterSnapshotAttributeRequest.Builder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.model -
-
Uses of ModifyDbClusterSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.docdb
Method parameters in software.amazon.awssdk.services.docdb with type arguments of type ModifyDbClusterSnapshotAttributeRequest.Builder Modifier and Type Method Description 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.default ModifyDbClusterSnapshotAttributeResponseDocDbClient. modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest)Adds an attribute and values to, or removes an attribute and values from, a manual cluster snapshot. -
Uses of ModifyDbClusterSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return ModifyDbClusterSnapshotAttributeRequest.Builder Modifier and Type Method Description ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. attributeName(String attributeName)The name of the cluster snapshot attribute to modify.static ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest. builder()ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier)The identifier for the cluster snapshot to modify the attributes for.ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest. toBuilder()ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. valuesToAdd(String... valuesToAdd)A list of cluster snapshot attributes to add to the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. valuesToAdd(Collection<String> valuesToAdd)A list of cluster snapshot attributes to add to the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. valuesToRemove(String... valuesToRemove)A list of cluster snapshot attributes to remove from the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.BuilderModifyDbClusterSnapshotAttributeRequest.Builder. valuesToRemove(Collection<String> valuesToRemove)A list of cluster snapshot attributes to remove from the attribute specified byAttributeName.Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type ModifyDbClusterSnapshotAttributeRequest.Builder Modifier and Type Method Description static Class<? extends ModifyDbClusterSnapshotAttributeRequest.Builder>ModifyDbClusterSnapshotAttributeRequest. serializableBuilderClass()
-