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)
To retrieve the next set of results, the
nextToken value from a previous response; otherwise
null to receive the first set of results. |
ListThingRegistrationTaskReportsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListThingRegistrationTaskReportsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListThingRegistrationTaskReportsRequest.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
,
ReportType
ListThingRegistrationTaskReportsRequest.Builder reportType(ReportType reportType)
The type of task report.
reportType
- The type of task report.ReportType
,
ReportType
ListThingRegistrationTaskReportsRequest.Builder nextToken(String nextToken)
To retrieve the next set of results, the nextToken
value from a previous response; otherwise
null to receive the first set of results.
nextToken
- To retrieve the next set of results, the nextToken
value from a previous response;
otherwise null to receive the first 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)
overrideConfiguration
in interface AwsRequest.Builder
ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.