public static interface CopyDBParameterGroupResponse.Builder extends RDSResponse.Builder, CopyableBuilder<CopyDBParameterGroupResponse.Builder,CopyDBParameterGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default CopyDBParameterGroupResponse.Builder |
dbParameterGroup(Consumer<DBParameterGroup.Builder> dbParameterGroup)
Sets the value of the DBParameterGroup property for this object.
|
CopyDBParameterGroupResponse.Builder |
dbParameterGroup(DBParameterGroup dbParameterGroup)
Sets the value of the DBParameterGroup property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCopyDBParameterGroupResponse.Builder dbParameterGroup(DBParameterGroup dbParameterGroup)
dbParameterGroup - The new value for the DBParameterGroup property for this object.default CopyDBParameterGroupResponse.Builder dbParameterGroup(Consumer<DBParameterGroup.Builder> dbParameterGroup)
DBParameterGroup.Builder avoiding the need to
create one manually via DBParameterGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dbParameterGroup(DBParameterGroup).dbParameterGroup - a consumer that will call methods on DBParameterGroup.BuilderdbParameterGroup(DBParameterGroup)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.