Interface ListThingRegistrationTaskReportsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListThingRegistrationTaskReportsRequest.Builder,ListThingRegistrationTaskReportsRequest>
,IotRequest.Builder
,SdkBuilder<ListThingRegistrationTaskReportsRequest.Builder,ListThingRegistrationTaskReportsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListThingRegistrationTaskReportsRequest
public static interface ListThingRegistrationTaskReportsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTaskReportsRequest.Builder,ListThingRegistrationTaskReportsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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, thenextToken
value from a previous response; otherwise null to receive the first set of results.ListThingRegistrationTaskReportsRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListThingRegistrationTaskReportsRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ListThingRegistrationTaskReportsRequest.Builder
reportType(String reportType)
The type of task report.ListThingRegistrationTaskReportsRequest.Builder
reportType(ReportType reportType)
The type of task report.ListThingRegistrationTaskReportsRequest.Builder
taskId(String taskId)
The id of the task.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
taskId
ListThingRegistrationTaskReportsRequest.Builder taskId(String taskId)
The id of the task.
- Parameters:
taskId
- The id of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
reportType
ListThingRegistrationTaskReportsRequest.Builder reportType(String reportType)
The type of task report.
- Parameters:
reportType
- The type of task report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType
,ReportType
-
reportType
ListThingRegistrationTaskReportsRequest.Builder reportType(ReportType reportType)
The type of task report.
- Parameters:
reportType
- The type of task report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReportType
,ReportType
-
nextToken
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.- Parameters:
nextToken
- To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListThingRegistrationTaskReportsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return per request.
- Parameters:
maxResults
- The maximum number of results to return per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-