public static interface GetDevicesRequest.Builder extends NetworkManagerRequest.Builder, SdkPojo, CopyableBuilder<GetDevicesRequest.Builder,GetDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
GetDevicesRequest.Builder |
deviceIds(Collection<String> deviceIds)
One or more device IDs.
|
GetDevicesRequest.Builder |
deviceIds(String... deviceIds)
One or more device IDs.
|
GetDevicesRequest.Builder |
globalNetworkId(String globalNetworkId)
The ID of the global network.
|
GetDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
GetDevicesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetDevicesRequest.Builder |
siteId(String siteId)
The ID of the site.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDevicesRequest.Builder globalNetworkId(String globalNetworkId)
The ID of the global network.
globalNetworkId - The ID of the global network.GetDevicesRequest.Builder deviceIds(Collection<String> deviceIds)
One or more device IDs. The maximum is 10.
deviceIds - One or more device IDs. The maximum is 10.GetDevicesRequest.Builder deviceIds(String... deviceIds)
One or more device IDs. The maximum is 10.
deviceIds - One or more device IDs. The maximum is 10.GetDevicesRequest.Builder siteId(String siteId)
The ID of the site.
siteId - The ID of the site.GetDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.GetDevicesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.