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