public static interface ListDevicesJobsRequest.Builder extends PanoramaRequest.Builder, SdkPojo, CopyableBuilder<ListDevicesJobsRequest.Builder,ListDevicesJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDevicesJobsRequest.Builder |
deviceId(String deviceId)
Filter results by the job's target device ID.
|
ListDevicesJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of device jobs to return in one page of results.
|
ListDevicesJobsRequest.Builder |
nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
|
ListDevicesJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDevicesJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDevicesJobsRequest.Builder deviceId(String deviceId)
Filter results by the job's target device ID.
deviceId - Filter results by the job's target device ID.ListDevicesJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of device jobs to return in one page of results.
maxResults - The maximum number of device jobs to return in one page of results.ListDevicesJobsRequest.Builder nextToken(String nextToken)
Specify the pagination token from a previous request to retrieve the next page of results.
nextToken - Specify the pagination token from a previous request to retrieve the next page of results.ListDevicesJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDevicesJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.