Interface ListFuotaTasksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListFuotaTasksResponse.Builder,
,ListFuotaTasksResponse> IotWirelessResponse.Builder
,SdkBuilder<ListFuotaTasksResponse.Builder,
,ListFuotaTasksResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListFuotaTasksResponse
public static interface ListFuotaTasksResponse.Builder
extends IotWirelessResponse.Builder, SdkPojo, CopyableBuilder<ListFuotaTasksResponse.Builder,ListFuotaTasksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionfuotaTaskList
(Collection<FuotaTask> fuotaTaskList) Sets the value of the FuotaTaskList property for this object.fuotaTaskList
(Consumer<FuotaTask.Builder>... fuotaTaskList) Sets the value of the FuotaTaskList property for this object.fuotaTaskList
(FuotaTask... fuotaTaskList) Sets the value of the FuotaTaskList property for this object.To retrieve the next set of results, thenextToken
value from a previous response; otherwise null to receive the first set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotwireless.model.IotWirelessResponse.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 Details
-
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.
-
fuotaTaskList
Sets the value of the FuotaTaskList property for this object.- Parameters:
fuotaTaskList
- The new value for the FuotaTaskList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fuotaTaskList
Sets the value of the FuotaTaskList property for this object.- Parameters:
fuotaTaskList
- The new value for the FuotaTaskList property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fuotaTaskList
Sets the value of the FuotaTaskList property for this object. This is a convenience method that creates an instance of theFuotaTask.Builder
avoiding the need to create one manually viaFuotaTask.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofuotaTaskList(List<FuotaTask>)
.- Parameters:
fuotaTaskList
- a consumer that will call methods onFuotaTask.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-