Interface ListOtaTaskExecutionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOtaTaskExecutionsResponse.Builder,,ListOtaTaskExecutionsResponse> IotManagedIntegrationsResponse.Builder,SdkBuilder<ListOtaTaskExecutionsResponse.Builder,,ListOtaTaskExecutionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListOtaTaskExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListOtaTaskExecutionsResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListOtaTaskExecutionsResponse.Builder,ListOtaTaskExecutionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionexecutionSummaries(Collection<OtaTaskExecutionSummaries> executionSummaries) A list of all of the over-the-air (OTA) task executions.executionSummaries(Consumer<OtaTaskExecutionSummaries.Builder>... executionSummaries) A list of all of the over-the-air (OTA) task executions.executionSummaries(OtaTaskExecutionSummaries... executionSummaries) A list of all of the over-the-air (OTA) task executions.A token that can be used to retrieve the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
executionSummaries
ListOtaTaskExecutionsResponse.Builder executionSummaries(Collection<OtaTaskExecutionSummaries> executionSummaries) A list of all of the over-the-air (OTA) task executions.
- Parameters:
executionSummaries- A list of all of the over-the-air (OTA) task executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ListOtaTaskExecutionsResponse.Builder executionSummaries(OtaTaskExecutionSummaries... executionSummaries) A list of all of the over-the-air (OTA) task executions.
- Parameters:
executionSummaries- A list of all of the over-the-air (OTA) task executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
executionSummaries
ListOtaTaskExecutionsResponse.Builder executionSummaries(Consumer<OtaTaskExecutionSummaries.Builder>... executionSummaries) A list of all of the over-the-air (OTA) task executions.
This is a convenience method that creates an instance of theOtaTaskExecutionSummaries.Builderavoiding the need to create one manually viaOtaTaskExecutionSummaries.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexecutionSummaries(List<OtaTaskExecutionSummaries>).- Parameters:
executionSummaries- a consumer that will call methods onOtaTaskExecutionSummaries.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token that can be used to retrieve the next set of results.
- Parameters:
nextToken- A token that can be used to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-