public static interface ListDeploymentsRequest.Builder extends GreengrassRequest.Builder, SdkPojo, CopyableBuilder<ListDeploymentsRequest.Builder,ListDeploymentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentsRequest.Builder |
groupId(String groupId)
The ID of the Greengrass group.
|
ListDeploymentsRequest.Builder |
maxResults(String maxResults)
The maximum number of results to be returned per request.
|
ListDeploymentsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
ListDeploymentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDeploymentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDeploymentsRequest.Builder groupId(String groupId)
groupId - The ID of the Greengrass group.ListDeploymentsRequest.Builder maxResults(String maxResults)
maxResults - The maximum number of results to be returned per request.ListDeploymentsRequest.Builder nextToken(String nextToken)
nextToken - The token for the next set of results, or ''null'' if there are no additional results.ListDeploymentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDeploymentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.