public static interface ListDeploymentsRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
applicationId(String applicationId)
The application identifier.
|
ListDeploymentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of objects to return.
|
ListDeploymentsRequest.Builder |
nextToken(String nextToken)
A pagination token returned from a previous call to this operation.
|
ListDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentsRequest.Builder applicationId(String applicationId)
The application identifier.
applicationId - The application identifier.ListDeploymentsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return.
maxResults - The maximum number of objects to return.ListDeploymentsRequest.Builder nextToken(String nextToken)
A pagination token returned from a previous call to this operation. This specifies the next item to return. To return to the beginning of the list, exclude this parameter.
nextToken - A pagination token returned from a previous call to this operation. This specifies the next item to
return. To return to the beginning of the list, exclude this parameter.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.