Fleet.Builder |
Fleet.Builder.arn(String arn) |
The ARN of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.baseCapacity(Integer baseCapacity) |
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run
in parallel.
|
static Fleet.Builder |
Fleet.builder() |
|
Fleet.Builder |
Fleet.Builder.computeType(String computeType) |
Information about the compute resources the compute fleet uses.
|
Fleet.Builder |
Fleet.Builder.computeType(ComputeType computeType) |
Information about the compute resources the compute fleet uses.
|
Fleet.Builder |
Fleet.Builder.created(Instant created) |
The time at which the compute fleet was created.
|
Fleet.Builder |
Fleet.Builder.environmentType(String environmentType) |
The environment type of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.environmentType(EnvironmentType environmentType) |
The environment type of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.id(String id) |
The ID of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.lastModified(Instant lastModified) |
The time at which the compute fleet was last modified.
|
Fleet.Builder |
Fleet.Builder.name(String name) |
The name of the compute fleet.
|
default Fleet.Builder |
Fleet.Builder.scalingConfiguration(Consumer<ScalingConfigurationOutput.Builder> scalingConfiguration) |
The scaling configuration of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.scalingConfiguration(ScalingConfigurationOutput scalingConfiguration) |
The scaling configuration of the compute fleet.
|
default Fleet.Builder |
Fleet.Builder.status(Consumer<FleetStatus.Builder> status) |
The status of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.status(FleetStatus status) |
The status of the compute fleet.
|
Fleet.Builder |
Fleet.Builder.tags(Collection<Tag> tags) |
A list of tag key and value pairs associated with this compute fleet.
|
Fleet.Builder |
Fleet.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
Fleet.Builder |
Fleet.Builder.tags(Tag... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
Fleet.Builder |
Fleet.toBuilder() |
|