Interface DeviceFleetSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeviceFleetSummary.Builder,
,DeviceFleetSummary> SdkBuilder<DeviceFleetSummary.Builder,
,DeviceFleetSummary> SdkPojo
- Enclosing class:
DeviceFleetSummary
public static interface DeviceFleetSummary.Builder
extends SdkPojo, CopyableBuilder<DeviceFleetSummary.Builder,DeviceFleetSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) Timestamp of when the device fleet was created.deviceFleetArn
(String deviceFleetArn) Amazon Resource Name (ARN) of the device fleet.deviceFleetName
(String deviceFleetName) Name of the device fleet.lastModifiedTime
(Instant lastModifiedTime) Timestamp of when the device fleet was last updated.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 Details
-
deviceFleetArn
Amazon Resource Name (ARN) of the device fleet.
- Parameters:
deviceFleetArn
- Amazon Resource Name (ARN) of the device fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceFleetName
Name of the device fleet.
- Parameters:
deviceFleetName
- Name of the device fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Timestamp of when the device fleet was created.
- Parameters:
creationTime
- Timestamp of when the device fleet was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
Timestamp of when the device fleet was last updated.
- Parameters:
lastModifiedTime
- Timestamp of when the device fleet was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-