public static interface GetEnvironmentAccountConnectionResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentAccountConnectionResponse.Builder,GetEnvironmentAccountConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The detailed data of the requested environment account connection.
|
GetEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The detailed data of the requested environment account connection.
environmentAccountConnection - The detailed data of the requested environment account connection.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.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.