Interface ListThingRegistrationTasksResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListThingRegistrationTasksResponse.Builder,ListThingRegistrationTasksResponse>,IotResponse.Builder,SdkBuilder<ListThingRegistrationTasksResponse.Builder,ListThingRegistrationTasksResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListThingRegistrationTasksResponse
public static interface ListThingRegistrationTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListThingRegistrationTasksResponse.Builder,ListThingRegistrationTasksResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListThingRegistrationTasksResponse.BuildernextToken(String nextToken)The token to use to get the next set of results, or null if there are no additional results.ListThingRegistrationTasksResponse.BuildertaskIds(String... taskIds)A list of bulk thing provisioning task IDs.ListThingRegistrationTasksResponse.BuildertaskIds(Collection<String> taskIds)A list of bulk thing provisioning task IDs.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
taskIds
ListThingRegistrationTasksResponse.Builder taskIds(Collection<String> taskIds)
A list of bulk thing provisioning task IDs.
- Parameters:
taskIds- A list of bulk thing provisioning task IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
taskIds
ListThingRegistrationTasksResponse.Builder taskIds(String... taskIds)
A list of bulk thing provisioning task IDs.
- Parameters:
taskIds- A list of bulk thing provisioning task IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListThingRegistrationTasksResponse.Builder nextToken(String nextToken)
The token to use to get the next set of results, or null if there are no additional results.
- Parameters:
nextToken- The token to use to get the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-