Interface GetEnvironmentAccountConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentAccountConnectionResponse.Builder,,GetEnvironmentAccountConnectionResponse> ProtonResponse.Builder,SdkBuilder<GetEnvironmentAccountConnectionResponse.Builder,,GetEnvironmentAccountConnectionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetEnvironmentAccountConnectionResponse
public static interface GetEnvironmentAccountConnectionResponse.Builder
extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentAccountConnectionResponse.Builder,GetEnvironmentAccountConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection) The detailed data of the requested environment account connection.environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection) The detailed data of the requested environment account connection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.proton.model.ProtonResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
environmentAccountConnection
GetEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection) The detailed data of the requested environment account connection.
- Parameters:
environmentAccountConnection- The detailed data of the requested environment account connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentAccountConnection
default GetEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection) The detailed data of the requested environment account connection.
This is a convenience method that creates an instance of theEnvironmentAccountConnection.Builderavoiding the need to create one manually viaEnvironmentAccountConnection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentAccountConnection(EnvironmentAccountConnection).- Parameters:
environmentAccountConnection- a consumer that will call methods onEnvironmentAccountConnection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-