public static interface ModifyDbProxyTargetGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyTargetGroupResponse.Builder,ModifyDbProxyTargetGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
default ModifyDbProxyTargetGroupResponse.Builder |
dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
ModifyDbProxyTargetGroupResponse.Builder |
dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyDbProxyTargetGroupResponse.Builder dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)
The settings of the modified DBProxyTarget.
dbProxyTargetGroup - The settings of the modified DBProxyTarget.default ModifyDbProxyTargetGroupResponse.Builder dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup)
The settings of the modified DBProxyTarget.
DBProxyTargetGroup.Builder avoiding the
need to create one manually via DBProxyTargetGroup.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dbProxyTargetGroup(DBProxyTargetGroup).
dbProxyTargetGroup - a consumer that will call methods on DBProxyTargetGroup.BuilderdbProxyTargetGroup(DBProxyTargetGroup)Copyright © 2022. All rights reserved.