Uses of Interface
software.amazon.awssdk.services.rds.model.CopyDbClusterParameterGroupRequest.Builder
Packages that use CopyDbClusterParameterGroupRequest.Builder
Package
Description
-
Uses of CopyDbClusterParameterGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CopyDbClusterParameterGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.copyDBClusterParameterGroup(Consumer<CopyDbClusterParameterGroupRequest.Builder> copyDbClusterParameterGroupRequest) Copies the specified DB cluster parameter group.RdsClient.copyDBClusterParameterGroup(Consumer<CopyDbClusterParameterGroupRequest.Builder> copyDbClusterParameterGroupRequest) Copies the specified DB cluster parameter group. -
Uses of CopyDbClusterParameterGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CopyDbClusterParameterGroupRequest.BuilderModifier and TypeMethodDescriptionCopyDbClusterParameterGroupRequest.builder()CopyDbClusterParameterGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CopyDbClusterParameterGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CopyDbClusterParameterGroupRequest.Builder.sourceDBClusterParameterGroupIdentifier(String sourceDBClusterParameterGroupIdentifier) The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group.CopyDbClusterParameterGroupRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CopyDbClusterParameterGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CopyDbClusterParameterGroupRequest.Builder.targetDBClusterParameterGroupDescription(String targetDBClusterParameterGroupDescription) A description for the copied DB cluster parameter group.CopyDbClusterParameterGroupRequest.Builder.targetDBClusterParameterGroupIdentifier(String targetDBClusterParameterGroupIdentifier) The identifier for the copied DB cluster parameter group.CopyDbClusterParameterGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CopyDbClusterParameterGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CopyDbClusterParameterGroupRequest.Builder>CopyDbClusterParameterGroupRequest.serializableBuilderClass()