public static interface CreateConnectionResponse.Builder extends AppRunnerResponse.Builder, SdkPojo, CopyableBuilder<CreateConnectionResponse.Builder,CreateConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateConnectionResponse.Builder |
connection(Connection connection)
A description of the App Runner connection that's created by this request.
|
default CreateConnectionResponse.Builder |
connection(Consumer<Connection.Builder> connection)
A description of the App Runner connection that's created by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateConnectionResponse.Builder connection(Connection connection)
A description of the App Runner connection that's created by this request.
connection - A description of the App Runner connection that's created by this request.default CreateConnectionResponse.Builder connection(Consumer<Connection.Builder> 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.Builder avoiding the need to
create one manually via Connection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to connection(Connection).
connection - a consumer that will call methods on Connection.Builderconnection(Connection)Copyright © 2022. All rights reserved.