UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.arn(String arn) |
The ARN of the compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.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 UpdateFleetRequest.Builder |
UpdateFleetRequest.builder() |
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.computeType(String computeType) |
Information about the compute resources the compute fleet uses.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.computeType(ComputeType computeType) |
Information about the compute resources the compute fleet uses.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.environmentType(String environmentType) |
The environment type of the compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.environmentType(EnvironmentType environmentType) |
The environment type of the compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.scalingConfiguration(Consumer<ScalingConfigurationInput.Builder> scalingConfiguration) |
The scaling configuration of the compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.scalingConfiguration(ScalingConfigurationInput scalingConfiguration) |
The scaling configuration of the compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.tags(Collection<Tag> tags) |
A list of tag key and value pairs associated with this compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.tags(Tag... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
UpdateFleetRequest.Builder |
UpdateFleetRequest.toBuilder() |
|