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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
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.BuilderListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.