public static interface DeleteEnvironmentAccountConnectionResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<DeleteEnvironmentAccountConnectionResponse.Builder,DeleteEnvironmentAccountConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The detailed data of the environment account connection being deleted.
|
DeleteEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the environment account connection being deleted.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the environment account connection being deleted.
environmentAccountConnection - The detailed data of the environment account connection being deleted.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.Builder
avoiding the need to create one manually via EnvironmentAccountConnection.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to environmentAccountConnection(EnvironmentAccountConnection).
environmentAccountConnection - a consumer that will call methods on EnvironmentAccountConnection.BuilderenvironmentAccountConnection(EnvironmentAccountConnection)Copyright © 2023. All rights reserved.