public static interface CopyDBClusterParameterGroupResponse.Builder extends RDSResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.