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