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
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum number of results to return per request.To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.reportType
(String reportType) The type of task report.reportType
(ReportType reportType) The type of task report.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 Details
-
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
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
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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListThingRegistrationTaskReportsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-