public static interface ListThingRegistrationTaskReportsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTaskReportsRequest.Builder,ListThingRegistrationTaskReportsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListThingRegistrationTaskReportsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return per request.
|
ListThingRegistrationTaskReportsRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next set of results.
|
ListThingRegistrationTaskReportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListThingRegistrationTaskReportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListThingRegistrationTaskReportsRequest.Builder |
reportType(ReportType reportType)
The type of task report.
|
ListThingRegistrationTaskReportsRequest.Builder |
reportType(String reportType)
The type of task report.
|
ListThingRegistrationTaskReportsRequest.Builder |
taskId(String taskId)
The id of the task.
|
buildoverrideConfigurationcopyapplyMutation, buildListThingRegistrationTaskReportsRequest.Builder taskId(String taskId)
The id of the task.
taskId - The id of the task.ListThingRegistrationTaskReportsRequest.Builder reportType(String reportType)
The type of task report.
reportType - The type of task report.ReportType,
ReportTypeListThingRegistrationTaskReportsRequest.Builder reportType(ReportType reportType)
The type of task report.
reportType - The type of task report.ReportType,
ReportTypeListThingRegistrationTaskReportsRequest.Builder nextToken(String nextToken)
The token to retrieve the next set of results.
nextToken - The token to retrieve the next set of results.ListThingRegistrationTaskReportsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request.
maxResults - The maximum number of results to return per request.ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.