Interface ModifyDbProxyTargetGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyDbProxyTargetGroupResponse.Builder,ModifyDbProxyTargetGroupResponse>
,RdsResponse.Builder
,SdkBuilder<ModifyDbProxyTargetGroupResponse.Builder,ModifyDbProxyTargetGroupResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ModifyDbProxyTargetGroupResponse
public static interface ModifyDbProxyTargetGroupResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyTargetGroupResponse.Builder,ModifyDbProxyTargetGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModifyDbProxyTargetGroupResponse.Builder
dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup)
The settings of the modifiedDBProxyTarget
.ModifyDbProxyTargetGroupResponse.Builder
dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)
The settings of the modifiedDBProxyTarget
.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
dbProxyTargetGroup
ModifyDbProxyTargetGroupResponse.Builder dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)
The settings of the modified
DBProxyTarget
.- Parameters:
dbProxyTargetGroup
- The settings of the modifiedDBProxyTarget
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbProxyTargetGroup
default ModifyDbProxyTargetGroupResponse.Builder dbProxyTargetGroup(Consumer<DBProxyTargetGroup.Builder> dbProxyTargetGroup)
The settings of the modified
This is a convenience method that creates an instance of theDBProxyTarget
.DBProxyTargetGroup.Builder
avoiding the need to create one manually viaDBProxyTargetGroup.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbProxyTargetGroup(DBProxyTargetGroup)
.- Parameters:
dbProxyTargetGroup
- a consumer that will call methods onDBProxyTargetGroup.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dbProxyTargetGroup(DBProxyTargetGroup)
-
-