Interface FleetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FleetSummary.Builder,FleetSummary>,SdkBuilder<FleetSummary.Builder,FleetSummary>,SdkPojo
- Enclosing class:
- FleetSummary
public static interface FleetSummary.Builder extends SdkPojo, CopyableBuilder<FleetSummary.Builder,FleetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FleetSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the fleet.FleetSummary.BuildercreationTime(Instant creationTime)The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).FleetSummary.Builderdescription(String description)A brief description of the fleet.FleetSummary.Builderid(String id)The unique ID of the fleet.FleetSummary.BuilderlastModificationTime(Instant lastModificationTime)The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).FleetSummary.BuildersignalCatalogArn(String signalCatalogArn)The ARN of the signal catalog associated with the fleet.-
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
-
id
FleetSummary.Builder id(String id)
The unique ID of the fleet.
- Parameters:
id- The unique ID of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
FleetSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the fleet.
- Parameters:
arn- The Amazon Resource Name (ARN) of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
FleetSummary.Builder description(String description)
A brief description of the fleet.
- Parameters:
description- A brief description of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
signalCatalogArn
FleetSummary.Builder signalCatalogArn(String signalCatalogArn)
The ARN of the signal catalog associated with the fleet.
- Parameters:
signalCatalogArn- The ARN of the signal catalog associated with the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
FleetSummary.Builder creationTime(Instant creationTime)
The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
creationTime- The time the fleet was created, in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
FleetSummary.Builder lastModificationTime(Instant lastModificationTime)
The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).
- Parameters:
lastModificationTime- The time the fleet was last updated in seconds since epoch (January 1, 1970 at midnight UTC time).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-