public static interface ListDevicesRequest.Builder extends SnowDeviceManagementRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesRequest.Builder,ListDevicesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesRequest.Builder |
jobId(String jobId)
The ID of the job used to order the device.
|
ListDevicesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of devices to list per page.
|
ListDevicesRequest.Builder |
nextToken(String nextToken)
A pagination token to continue to the next page of results.
|
ListDevicesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesRequest.Builder jobId(String jobId)
The ID of the job used to order the device.
jobId - The ID of the job used to order the device.ListDevicesRequest.Builder maxResults(Integer maxResults)
The maximum number of devices to list per page.
maxResults - The maximum number of devices to list per page.ListDevicesRequest.Builder nextToken(String nextToken)
A pagination token to continue to the next page of results.
nextToken - A pagination token to continue to the next page of results.ListDevicesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.