Uses of Interface
software.amazon.awssdk.services.rds.model.DBClusterParameterGroup.Builder
Packages that use DBClusterParameterGroup.Builder
-
Uses of DBClusterParameterGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBClusterParameterGroup.BuilderModifier and TypeMethodDescriptionDBClusterParameterGroup.builder()DBClusterParameterGroup.Builder.dbClusterParameterGroupArn(String dbClusterParameterGroupArn) The Amazon Resource Name (ARN) for the DB cluster parameter group.DBClusterParameterGroup.Builder.dbClusterParameterGroupName(String dbClusterParameterGroupName) The name of the DB cluster parameter group.DBClusterParameterGroup.Builder.dbParameterGroupFamily(String dbParameterGroupFamily) The name of the DB parameter group family that this DB cluster parameter group is compatible with.DBClusterParameterGroup.Builder.description(String description) Provides the customer-specified description for this DB cluster parameter group.DBClusterParameterGroup.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterParameterGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBClusterParameterGroup.Builder>DBClusterParameterGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterParameterGroup.BuilderModifier and TypeMethodDescriptionCopyDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup) Sets the value of the DBClusterParameterGroup property for this object.CreateDbClusterParameterGroupResponse.Builder.dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup) Sets the value of the DBClusterParameterGroup property for this object.