Interface DeleteEnvironmentAccountConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteEnvironmentAccountConnectionResponse.Builder,DeleteEnvironmentAccountConnectionResponse>,ProtonResponse.Builder,SdkBuilder<DeleteEnvironmentAccountConnectionResponse.Builder,DeleteEnvironmentAccountConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteEnvironmentAccountConnectionResponse
public static interface DeleteEnvironmentAccountConnectionResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentAccountConnectionResponse.Builder,DeleteEnvironmentAccountConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DeleteEnvironmentAccountConnectionResponse.BuilderenvironmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)The detailed data of the environment account connection being deleted.DeleteEnvironmentAccountConnectionResponse.BuilderenvironmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)The detailed data of the environment account connection being deleted.-
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
DeleteEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the environment account connection being deleted.
- Parameters:
environmentAccountConnection- The detailed data of the environment account connection being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentAccountConnection
default DeleteEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The detailed data of the environment account connection being deleted.
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)
-
-