public static interface RejectEnvironmentAccountConnectionResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<RejectEnvironmentAccountConnectionResponse.Builder,RejectEnvironmentAccountConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default RejectEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment connection account detail data that's returned by Proton.
|
RejectEnvironmentAccountConnectionResponse.Builder |
environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The environment connection account detail data that's returned by Proton.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(EnvironmentAccountConnection environmentAccountConnection)
The environment connection account detail data that's returned by Proton.
environmentAccountConnection - The environment connection account detail data that's returned by Proton.default RejectEnvironmentAccountConnectionResponse.Builder environmentAccountConnection(Consumer<EnvironmentAccountConnection.Builder> environmentAccountConnection)
The environment connection account detail data that's returned by Proton.
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.