public static interface ListBulkDeploymentsRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<ListBulkDeploymentsRequest.Builder,ListBulkDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBulkDeploymentsRequest.Builder |
maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListBulkDeploymentsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListBulkDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBulkDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildListBulkDeploymentsRequest.Builder maxResults(String maxResults)
maxResults - The maximum number of results to be returned per request.ListBulkDeploymentsRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.ListBulkDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBulkDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2018. All rights reserved.