public static interface ListPositionConfigurationsRequest.Builder extends IotWirelessRequest.Builder, SdkPojo, CopyableBuilder<ListPositionConfigurationsRequest.Builder,ListPositionConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPositionConfigurationsRequest.Builder |
maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListPositionConfigurationsRequest.Builder |
nextToken(String nextToken)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListPositionConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPositionConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPositionConfigurationsRequest.Builder |
resourceType(PositionResourceType resourceType)
Resource type for which position configurations are listed.
|
ListPositionConfigurationsRequest.Builder |
resourceType(String resourceType)
Resource type for which position configurations are listed.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPositionConfigurationsRequest.Builder resourceType(String resourceType)
Resource type for which position configurations are listed.
resourceType - Resource type for which position configurations are listed.PositionResourceType,
PositionResourceTypeListPositionConfigurationsRequest.Builder resourceType(PositionResourceType resourceType)
Resource type for which position configurations are listed.
resourceType - Resource type for which position configurations are listed.PositionResourceType,
PositionResourceTypeListPositionConfigurationsRequest.Builder maxResults(Integer maxResults)
maxResults - The new value for the MaxResults property for this object.ListPositionConfigurationsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken value from a previous response; otherwise
null to receive the first set of results.
nextToken - To retrieve the next set of results, the nextToken value from a previous response;
otherwise null to receive the first set of results.ListPositionConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPositionConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.