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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
discoveryTypeThe 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:
 
- 
discoveryTypeThe 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:
 
- 
statusThe 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:
 
- 
statusThe 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:
 
 
-