public static interface FleetSummary.Builder extends SdkPojo, CopyableBuilder<FleetSummary.Builder,FleetSummary>
| Modifier and Type | Method and Description |
|---|---|
FleetSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
|
FleetSummary.Builder |
creationTime(Instant creationTime)
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
|
FleetSummary.Builder |
description(String description)
A brief description of the fleet.
|
FleetSummary.Builder |
id(String id)
The unique ID of the fleet.
|
FleetSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
|
FleetSummary.Builder |
signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the fleet.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildFleetSummary.Builder id(String id)
The unique ID of the fleet.
id - The unique ID of the fleet.FleetSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
arn - The Amazon Resource Name (ARN) of the fleet.FleetSummary.Builder description(String description)
A brief description of the fleet.
description - A brief description of the fleet.FleetSummary.Builder signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the fleet.
signalCatalogArn - The ARN of the signal catalog associated with the fleet.FleetSummary.Builder creationTime(Instant creationTime)
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
creationTime - The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).FleetSummary.Builder lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
lastModificationTime - The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).Copyright © 2022. All rights reserved.