public static interface ListThingRegistrationTaskReportsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTaskReportsRequest.Builder,ListThingRegistrationTaskReportsRequest>
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.