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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetEnvironmentAccountConnectionResponse.BuilderenvironmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)The detailed data of the requested environment account connection.GetEnvironmentAccountConnectionResponse.BuilderenvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The detailed data of the requested environment account connection.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.proton.model.ProtonResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
environmentAccountConnection(EnvironmentAccountConnection)
-
-