Interface DeviceDiscoverySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceDiscoverySummary.Builder,
,DeviceDiscoverySummary> SdkBuilder<DeviceDiscoverySummary.Builder,
,DeviceDiscoverySummary> SdkPojo
- Enclosing class:
DeviceDiscoverySummary
@Mutable
@NotThreadSafe
public static interface DeviceDiscoverySummary.Builder
extends SdkPojo, CopyableBuilder<DeviceDiscoverySummary.Builder,DeviceDiscoverySummary>
-
Method Summary
Modifier and TypeMethodDescriptiondiscoveryType
(String discoveryType) The type of discovery process used to find devices.discoveryType
(DiscoveryType discoveryType) The type of discovery process used to find devices.The unique identifier of the device discovery job.The current status of the device discovery job.status
(DeviceDiscoveryStatus status) The current status of the device discovery job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the device discovery job.
- Parameters:
id
- The unique identifier of the device discovery job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
discoveryType
The type of discovery process used to find devices.
- Parameters:
discoveryType
- The type of discovery process used to find devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
discoveryType
The type of discovery process used to find devices.
- Parameters:
discoveryType
- The type of discovery process used to find devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the device discovery job.
- Parameters:
status
- The current status of the device discovery job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the device discovery job.
- Parameters:
status
- The current status of the device discovery job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-