Interface CopyDbParameterGroupResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CopyDbParameterGroupResponse.Builder,,- CopyDbParameterGroupResponse> - RdsResponse.Builder,- SdkBuilder<CopyDbParameterGroupResponse.Builder,,- CopyDbParameterGroupResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CopyDbParameterGroupResponse
@Mutable
@NotThreadSafe
public static interface CopyDbParameterGroupResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CopyDbParameterGroupResponse.Builder,CopyDbParameterGroupResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbParameterGroup(Consumer<DBParameterGroup.Builder> dbParameterGroup) Sets the value of the DBParameterGroup property for this object.dbParameterGroup(DBParameterGroup dbParameterGroup) Sets the value of the DBParameterGroup property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbParameterGroupSets the value of the DBParameterGroup property for this object.- Parameters:
- dbParameterGroup- The new value for the DBParameterGroup property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbParameterGroupdefault CopyDbParameterGroupResponse.Builder dbParameterGroup(Consumer<DBParameterGroup.Builder> dbParameterGroup) Sets the value of the DBParameterGroup property for this object. This is a convenience method that creates an instance of theDBParameterGroup.Builderavoiding the need to create one manually viaDBParameterGroup.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbParameterGroup(DBParameterGroup).- Parameters:
- dbParameterGroup- a consumer that will call methods on- DBParameterGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-