Interface CreateDbProxyResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateDbProxyResponse.Builder,,- CreateDbProxyResponse> - RdsResponse.Builder,- SdkBuilder<CreateDbProxyResponse.Builder,,- CreateDbProxyResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateDbProxyResponse
@Mutable
@NotThreadSafe
public static interface CreateDbProxyResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<CreateDbProxyResponse.Builder,CreateDbProxyResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CreateDbProxyResponse.BuilderdbProxy(Consumer<DBProxy.Builder> dbProxy) TheDBProxystructure corresponding to the new proxy.TheDBProxystructure corresponding to the new 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 DBProxystructure corresponding to the new proxy.- Parameters:
- dbProxy- The- DBProxystructure corresponding to the new 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 theDBProxystructure corresponding to the new 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:
 
 
-