public static interface CreateDbClusterParameterGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbClusterParameterGroupResponse.Builder,CreateDbClusterParameterGroupResponse>
| Modifier and Type | Method and Description | 
|---|---|
default CreateDbClusterParameterGroupResponse.Builder | 
dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object. 
 | 
CreateDbClusterParameterGroupResponse.Builder | 
dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object. 
 | 
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateDbClusterParameterGroupResponse.Builder dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
dbClusterParameterGroup - The new value for the DBClusterParameterGroup property for this object.default CreateDbClusterParameterGroupResponse.Builder dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
DBClusterParameterGroup.Builder avoiding the
 need to create one manually via DBClusterParameterGroup.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately
 and its result is passed to dbClusterParameterGroup(DBClusterParameterGroup).dbClusterParameterGroup - a consumer that will call methods on DBClusterParameterGroup.BuilderdbClusterParameterGroup(DBClusterParameterGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.