Interface DeviceSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeviceSummary.Builder,DeviceSummary>,SdkBuilder<DeviceSummary.Builder,DeviceSummary>,SdkPojo
- Enclosing class:
- DeviceSummary
public static interface DeviceSummary.Builder extends SdkPojo, CopyableBuilder<DeviceSummary.Builder,DeviceSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeviceSummary.BuilderdeviceArn(String deviceArn)The ARN of the device.DeviceSummary.BuilderdeviceName(String deviceName)The name of the device.DeviceSummary.BuilderdeviceStatus(String deviceStatus)The status of the device.DeviceSummary.BuilderdeviceStatus(DeviceStatus deviceStatus)The status of the device.DeviceSummary.BuilderdeviceType(String deviceType)The type of the device.DeviceSummary.BuilderdeviceType(DeviceType deviceType)The type of the device.DeviceSummary.BuilderproviderName(String providerName)The provider of the device.-
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, sdkFields
-
-
-
-
Method Detail
-
deviceArn
DeviceSummary.Builder deviceArn(String deviceArn)
The ARN of the device.
- Parameters:
deviceArn- The ARN of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
DeviceSummary.Builder deviceName(String deviceName)
The name of the device.
- Parameters:
deviceName- The name of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceStatus
DeviceSummary.Builder deviceStatus(String deviceStatus)
The status of the device.
- Parameters:
deviceStatus- The status of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceStatus,DeviceStatus
-
deviceStatus
DeviceSummary.Builder deviceStatus(DeviceStatus deviceStatus)
The status of the device.
- Parameters:
deviceStatus- The status of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceStatus,DeviceStatus
-
deviceType
DeviceSummary.Builder deviceType(String deviceType)
The type of the device.
- Parameters:
deviceType- The type of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceType,DeviceType
-
deviceType
DeviceSummary.Builder deviceType(DeviceType deviceType)
The type of the device.
- Parameters:
deviceType- The type of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DeviceType,DeviceType
-
providerName
DeviceSummary.Builder providerName(String providerName)
The provider of the device.
- Parameters:
providerName- The provider of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-