Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbClusterSnapshotAttributeRequest.Builder
Packages that use ModifyDbClusterSnapshotAttributeRequest.Builder
Package
Description
-
Uses of ModifyDbClusterSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbClusterSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot.RdsClient.modifyDBClusterSnapshotAttribute(Consumer<ModifyDbClusterSnapshotAttributeRequest.Builder> modifyDbClusterSnapshotAttributeRequest) Adds an attribute and values to, or removes an attribute and values from, a manual DB cluster snapshot. -
Uses of ModifyDbClusterSnapshotAttributeRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbClusterSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionModifyDbClusterSnapshotAttributeRequest.Builder.attributeName(String attributeName) The name of the DB cluster snapshot attribute to modify.ModifyDbClusterSnapshotAttributeRequest.builder()ModifyDbClusterSnapshotAttributeRequest.Builder.dbClusterSnapshotIdentifier(String dbClusterSnapshotIdentifier) The identifier for the DB cluster snapshot to modify the attributes for.ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbClusterSnapshotAttributeRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbClusterSnapshotAttributeRequest.toBuilder()ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(String... valuesToAdd) A list of DB cluster snapshot attributes to add to the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToAdd(Collection<String> valuesToAdd) A list of DB cluster snapshot attributes to add to the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(String... valuesToRemove) A list of DB cluster snapshot attributes to remove from the attribute specified byAttributeName.ModifyDbClusterSnapshotAttributeRequest.Builder.valuesToRemove(Collection<String> valuesToRemove) A list of DB cluster snapshot attributes to remove from the attribute specified byAttributeName.Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbClusterSnapshotAttributeRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbClusterSnapshotAttributeRequest.Builder>ModifyDbClusterSnapshotAttributeRequest.serializableBuilderClass()