public static interface ListPlacementsRequest.Builder extends Iot1ClickProjectsRequest.Builder, SdkPojo, CopyableBuilder<ListPlacementsRequest.Builder,ListPlacementsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPlacementsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListPlacementsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListPlacementsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPlacementsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPlacementsRequest.Builder |
projectName(String projectName)
The project containing the placements to be listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPlacementsRequest.Builder projectName(String projectName)
The project containing the placements to be listed.
projectName - The project containing the placements to be listed.ListPlacementsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListPlacementsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request. If not set, a default value of 100 is used.
maxResults - The maximum number of results to return per request. If not set, a default value of 100 is used.ListPlacementsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPlacementsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.