CreateFleetRequest.Builder |
CreateFleetRequest.Builder.baseCapacity(Integer baseCapacity) |
The initial number of machines allocated to the fleet, which defines the number of builds that can run in
parallel.
|
static CreateFleetRequest.Builder |
CreateFleetRequest.builder() |
|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.computeConfiguration(Consumer<ComputeConfiguration.Builder> computeConfiguration) |
The compute configuration of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.computeConfiguration(ComputeConfiguration computeConfiguration) |
The compute configuration of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.computeType(String computeType) |
Information about the compute resources the compute fleet uses.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.computeType(ComputeType computeType) |
Information about the compute resources the compute fleet uses.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.environmentType(String environmentType) |
The environment type of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.environmentType(EnvironmentType environmentType) |
The environment type of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.fleetServiceRole(String fleetServiceRole) |
The service role associated with the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.imageId(String imageId) |
The Amazon Machine Image (AMI) of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.name(String name) |
The name of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.overflowBehavior(String overflowBehavior) |
The compute fleet overflow behavior.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.overflowBehavior(FleetOverflowBehavior overflowBehavior) |
The compute fleet overflow behavior.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.proxyConfiguration(Consumer<ProxyConfiguration.Builder> proxyConfiguration) |
The proxy configuration of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.proxyConfiguration(ProxyConfiguration proxyConfiguration) |
The proxy configuration of the compute fleet.
|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.scalingConfiguration(Consumer<ScalingConfigurationInput.Builder> scalingConfiguration) |
The scaling configuration of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.scalingConfiguration(ScalingConfigurationInput scalingConfiguration) |
The scaling configuration of the compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tags(Collection<Tag> tags) |
A list of tag key and value pairs associated with this compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.tags(Tag... tags) |
A list of tag key and value pairs associated with this compute fleet.
|
CreateFleetRequest.Builder |
CreateFleetRequest.toBuilder() |
|
default CreateFleetRequest.Builder |
CreateFleetRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) |
Sets the value of the VpcConfig property for this object.
|
CreateFleetRequest.Builder |
CreateFleetRequest.Builder.vpcConfig(VpcConfig vpcConfig) |
Sets the value of the VpcConfig property for this object.
|