Interface ModifyDbProxyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ModifyDbProxyResponse.Builder,,- ModifyDbProxyResponse> - RdsResponse.Builder,- SdkBuilder<ModifyDbProxyResponse.Builder,,- ModifyDbProxyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ModifyDbProxyResponse
@Mutable
@NotThreadSafe
public static interface ModifyDbProxyResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbProxyResponse.Builder,ModifyDbProxyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault ModifyDbProxyResponse.BuilderdbProxy(Consumer<DBProxy.Builder> dbProxy) TheDBProxyobject representing the new settings for the proxy.TheDBProxyobject representing the new settings for the proxy.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbProxyThe DBProxyobject representing the new settings for the proxy.- Parameters:
- dbProxy- The- DBProxyobject representing the new settings for the proxy.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dbProxyThe This is a convenience method that creates an instance of theDBProxyobject representing the new settings for the proxy.DBProxy.Builderavoiding the need to create one manually viaDBProxy.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbProxy(DBProxy).- Parameters:
- dbProxy- a consumer that will call methods on- DBProxy.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-