Interface ListOtaTaskConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOtaTaskConfigurationsResponse.Builder,
,ListOtaTaskConfigurationsResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<ListOtaTaskConfigurationsResponse.Builder,
,ListOtaTaskConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListOtaTaskConfigurationsResponse
@Mutable
@NotThreadSafe
public static interface ListOtaTaskConfigurationsResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListOtaTaskConfigurationsResponse.Builder,ListOtaTaskConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe list of the over-the-air (OTA) task configurations.items
(Consumer<OtaTaskConfigurationSummary.Builder>... items) The list of the over-the-air (OTA) task configurations.items
(OtaTaskConfigurationSummary... items) The list of the over-the-air (OTA) task configurations.A token that can be used to retrieve the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsResponse.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
items
The list of the over-the-air (OTA) task configurations.
- Parameters:
items
- The list of the over-the-air (OTA) task configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of the over-the-air (OTA) task configurations.
- Parameters:
items
- The list of the over-the-air (OTA) task configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
ListOtaTaskConfigurationsResponse.Builder items(Consumer<OtaTaskConfigurationSummary.Builder>... items) The list of the over-the-air (OTA) task configurations.
This is a convenience method that creates an instance of theOtaTaskConfigurationSummary.Builder
avoiding the need to create one manually viaOtaTaskConfigurationSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<OtaTaskConfigurationSummary>)
.- Parameters:
items
- a consumer that will call methods onOtaTaskConfigurationSummary.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.
-