public static interface ListEnvironmentAccountConnectionsResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<ListEnvironmentAccountConnectionsResponse.Builder,ListEnvironmentAccountConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentAccountConnectionsResponse.Builder |
environmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResponse.Builder |
environmentAccountConnections(Consumer<EnvironmentAccountConnectionSummary.Builder>... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResponse.Builder |
environmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
|
ListEnvironmentAccountConnectionsResponse.Builder |
nextToken(String nextToken)
A token that indicates the location of the next environment account connection in the array of environment
account connections, after the current requested list of environment account connections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentAccountConnectionsResponse.Builder environmentAccountConnections(Collection<EnvironmentAccountConnectionSummary> environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
environmentAccountConnections - An array of environment account connections with details that's returned by Proton.ListEnvironmentAccountConnectionsResponse.Builder environmentAccountConnections(EnvironmentAccountConnectionSummary... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
environmentAccountConnections - An array of environment account connections with details that's returned by Proton.ListEnvironmentAccountConnectionsResponse.Builder environmentAccountConnections(Consumer<EnvironmentAccountConnectionSummary.Builder>... environmentAccountConnections)
An array of environment account connections with details that's returned by Proton.
This is a convenience method that creates an instance of theEnvironmentAccountConnectionSummary.Builder avoiding the
need to create one manually via
EnvironmentAccountConnectionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #environmentAccountConnections(List.
environmentAccountConnections - a consumer that will call methods on
EnvironmentAccountConnectionSummary.Builder#environmentAccountConnections(java.util.Collection) ListEnvironmentAccountConnectionsResponse.Builder nextToken(String nextToken)
A token that indicates the location of the next environment account connection in the array of environment account connections, after the current requested list of environment account connections.
nextToken - A token that indicates the location of the next environment account connection in the array of
environment account connections, after the current requested list of environment account connections.Copyright © 2023. All rights reserved.