Interface ListDeviceDiscoveriesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDeviceDiscoveriesResponse.Builder,
,ListDeviceDiscoveriesResponse> IotManagedIntegrationsResponse.Builder
,SdkBuilder<ListDeviceDiscoveriesResponse.Builder,
,ListDeviceDiscoveriesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDeviceDiscoveriesResponse
@Mutable
@NotThreadSafe
public static interface ListDeviceDiscoveriesResponse.Builder
extends IotManagedIntegrationsResponse.Builder, SdkPojo, CopyableBuilder<ListDeviceDiscoveriesResponse.Builder,ListDeviceDiscoveriesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems
(Collection<DeviceDiscoverySummary> items) The list of device discovery jobs that match the specified criteria.items
(Consumer<DeviceDiscoverySummary.Builder>... items) The list of device discovery jobs that match the specified criteria.items
(DeviceDiscoverySummary... items) The list of device discovery jobs that match the specified criteria.A token used for pagination of results when there are more device discovery jobs than can be returned in a single response.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 device discovery jobs that match the specified criteria.
- Parameters:
items
- The list of device discovery jobs that match the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of device discovery jobs that match the specified criteria.
- Parameters:
items
- The list of device discovery jobs that match the specified criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The list of device discovery jobs that match the specified criteria.
This is a convenience method that creates an instance of theDeviceDiscoverySummary.Builder
avoiding the need to create one manually viaDeviceDiscoverySummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toitems(List<DeviceDiscoverySummary>)
.- Parameters:
items
- a consumer that will call methods onDeviceDiscoverySummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A token used for pagination of results when there are more device discovery jobs than can be returned in a single response.
- Parameters:
nextToken
- A token used for pagination of results when there are more device discovery jobs than can be returned in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-