public static interface CopyDbClusterParameterGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CopyDbClusterParameterGroupResponse.Builder,CopyDbClusterParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CopyDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroup(Consumer<DBClusterParameterGroup.Builder> dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
CopyDbClusterParameterGroupResponse.Builder |
dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
Sets the value of the DBClusterParameterGroup property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCopyDbClusterParameterGroupResponse.Builder dbClusterParameterGroup(DBClusterParameterGroup dbClusterParameterGroup)
dbClusterParameterGroup - The new value for the DBClusterParameterGroup property for this object.default CopyDbClusterParameterGroupResponse.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.