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.BuildermaxResults(Integer maxResults)The maximum number of results to return per request.ListThingRegistrationTaskReportsRequest.BuildernextToken(String nextToken)To retrieve the next set of results, thenextTokenvalue from a previous response; otherwise null to receive the first set of results.ListThingRegistrationTaskReportsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListThingRegistrationTaskReportsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListThingRegistrationTaskReportsRequest.BuilderreportType(String reportType)The type of task report.ListThingRegistrationTaskReportsRequest.BuilderreportType(ReportType reportType)The type of task report.ListThingRegistrationTaskReportsRequest.BuildertaskId(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
nextTokenvalue from a previous response; otherwise null to receive the first set of results.- Parameters:
nextToken- To retrieve the next set of results, thenextTokenvalue 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:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-