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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModifyDbProxyTargetGroupResponse.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.Builder
dbProxyTargetGroup(DBProxyTargetGroup)
Copyright © 2021. All rights reserved.