Interface CreateConnectionResponse.Builder
- All Superinterfaces:
 AppRunnerResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<CreateConnectionResponse.Builder,,CreateConnectionResponse> SdkBuilder<CreateConnectionResponse.Builder,,CreateConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateConnectionResponse
public static interface CreateConnectionResponse.Builder
extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault CreateConnectionResponse.Builderconnection(Consumer<Connection.Builder> connection) A description of the App Runner connection that's created by this request.connection(Connection connection) A description of the App Runner connection that's created by this request.Methods inherited from interface software.amazon.awssdk.services.apprunner.model.AppRunnerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
connection
A description of the App Runner connection that's created by this request.
- Parameters:
 connection- A description of the App Runner connection that's created by this request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connection
A description of the App Runner connection that's created by this request.
This is a convenience method that creates an instance of theConnection.Builderavoiding the need to create one manually viaConnection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnection(Connection).- Parameters:
 connection- a consumer that will call methods onConnection.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -