public static interface ListPositionConfigurationsResponse.Builder extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListPositionConfigurationsResponse.Builder,ListPositionConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListPositionConfigurationsResponse.Builder |
nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
|
ListPositionConfigurationsResponse.Builder |
positionConfigurationList(Collection<PositionConfigurationItem> positionConfigurationList)
A list of position configurations.
|
ListPositionConfigurationsResponse.Builder |
positionConfigurationList(Consumer<PositionConfigurationItem.Builder>... positionConfigurationList)
A list of position configurations.
|
ListPositionConfigurationsResponse.Builder |
positionConfigurationList(PositionConfigurationItem... positionConfigurationList)
A list of position configurations.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPositionConfigurationsResponse.Builder positionConfigurationList(Collection<PositionConfigurationItem> positionConfigurationList)
A list of position configurations.
positionConfigurationList - A list of position configurations.ListPositionConfigurationsResponse.Builder positionConfigurationList(PositionConfigurationItem... positionConfigurationList)
A list of position configurations.
positionConfigurationList - A list of position configurations.ListPositionConfigurationsResponse.Builder positionConfigurationList(Consumer<PositionConfigurationItem.Builder>... positionConfigurationList)
A list of position configurations.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #positionConfigurationList(List) .positionConfigurationList - a consumer that will call methods on List.Builder #positionConfigurationList(List) ListPositionConfigurationsResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
nextToken - The token to use to get the next set of results, or null if there are no additional results.Copyright © 2022. All rights reserved.