public static interface ListDeploymentsRequest.Builder extends AppConfigRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
applicationId(String applicationId)
The application ID.
|
ListDeploymentsRequest.Builder |
environmentId(String environmentId)
The environment ID.
|
ListDeploymentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of items that may be returned for this call.
|
ListDeploymentsRequest.Builder |
nextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned.
|
ListDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentsRequest.Builder applicationId(String applicationId)
The application ID.
applicationId - The application ID.ListDeploymentsRequest.Builder environmentId(String environmentId)
The environment ID.
environmentId - The environment ID.ListDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of items that may be returned for this call. If there are items that have not yet been
returned, the response will include a non-null NextToken that you can provide in a subsequent
call to get the next set of results.
maxResults - The maximum number of items that may be returned for this call. If there are items that have not yet
been returned, the response will include a non-null NextToken that you can provide in a
subsequent call to get the next set of results.ListDeploymentsRequest.Builder nextToken(String nextToken)
The token returned by a prior call to this operation indicating the next set of results to be returned. If not specified, the operation will return the first set of results.
nextToken - The token returned by a prior call to this operation indicating the next set of results to be
returned. If not specified, the operation will return the first set of results.ListDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.