public static interface ListEnvironmentAccountConnectionsRequest.Builder extends ProtonRequest.Builder, SdkPojo, CopyableBuilder<ListEnvironmentAccountConnectionsRequest.Builder,ListEnvironmentAccountConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEnvironmentAccountConnectionsRequest.Builder |
environmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of environment account connections to list.
|
ListEnvironmentAccountConnectionsRequest.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 list of environment account connections that was previously requested.
|
ListEnvironmentAccountConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEnvironmentAccountConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEnvironmentAccountConnectionsRequest.Builder |
requestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest.Builder |
requestedBy(String requestedBy)
The type of account making the
ListEnvironmentAccountConnections request. |
ListEnvironmentAccountConnectionsRequest.Builder |
statuses(Collection<EnvironmentAccountConnectionStatus> statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
statuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
statusesWithStrings(Collection<String> statuses)
The status details for each listed environment account connection.
|
ListEnvironmentAccountConnectionsRequest.Builder |
statusesWithStrings(String... statuses)
The status details for each listed environment account connection.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEnvironmentAccountConnectionsRequest.Builder environmentName(String environmentName)
The environment name that's associated with each listed environment account connection.
environmentName - The environment name that's associated with each listed environment account connection.ListEnvironmentAccountConnectionsRequest.Builder maxResults(Integer maxResults)
The maximum number of environment account connections to list.
maxResults - The maximum number of environment account connections to list.ListEnvironmentAccountConnectionsRequest.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 list of environment account connections that was previously requested.
nextToken - A token that indicates the location of the next environment account connection in the array of
environment account connections, after the list of environment account connections that was previously
requested.ListEnvironmentAccountConnectionsRequest.Builder requestedBy(String requestedBy)
The type of account making the ListEnvironmentAccountConnections request.
requestedBy - The type of account making the ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountType,
EnvironmentAccountConnectionRequesterAccountTypeListEnvironmentAccountConnectionsRequest.Builder requestedBy(EnvironmentAccountConnectionRequesterAccountType requestedBy)
The type of account making the ListEnvironmentAccountConnections request.
requestedBy - The type of account making the ListEnvironmentAccountConnections request.EnvironmentAccountConnectionRequesterAccountType,
EnvironmentAccountConnectionRequesterAccountTypeListEnvironmentAccountConnectionsRequest.Builder statusesWithStrings(Collection<String> statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.ListEnvironmentAccountConnectionsRequest.Builder statusesWithStrings(String... statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.ListEnvironmentAccountConnectionsRequest.Builder statuses(Collection<EnvironmentAccountConnectionStatus> statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.ListEnvironmentAccountConnectionsRequest.Builder statuses(EnvironmentAccountConnectionStatus... statuses)
The status details for each listed environment account connection.
statuses - The status details for each listed environment account connection.ListEnvironmentAccountConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEnvironmentAccountConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.