| Package | Description |
|---|---|
| com.amazonaws.services.codebuild |
|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFleetResult> |
AbstractAWSCodeBuildAsync.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AWSCodeBuildAsyncClient.createFleetAsync(CreateFleetRequest request,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler) |
Future<CreateFleetResult> |
AWSCodeBuildAsync.createFleetAsync(CreateFleetRequest createFleetRequest,
AsyncHandler<CreateFleetRequest,CreateFleetResult> asyncHandler)
Creates a compute fleet.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFleetRequest |
CreateFleetRequest.clone() |
CreateFleetRequest |
CreateFleetRequest.withBaseCapacity(Integer baseCapacity)
The initial number of machines allocated to the fleet, which defines the number of builds that can run in parallel.
|
CreateFleetRequest |
CreateFleetRequest.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
CreateFleetRequest |
CreateFleetRequest.withComputeType(String computeType)
Information about the compute resources the compute fleet uses.
|
CreateFleetRequest |
CreateFleetRequest.withEnvironmentType(EnvironmentType environmentType)
The environment type of the compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withEnvironmentType(String environmentType)
The environment type of the compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withFleetServiceRole(String fleetServiceRole)
The service role associated with the compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withName(String name)
The name of the compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withOverflowBehavior(FleetOverflowBehavior overflowBehavior)
The compute fleet overflow behavior.
|
CreateFleetRequest |
CreateFleetRequest.withOverflowBehavior(String overflowBehavior)
The compute fleet overflow behavior.
|
CreateFleetRequest |
CreateFleetRequest.withScalingConfiguration(ScalingConfigurationInput scalingConfiguration)
The scaling configuration of the compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withTags(Tag... tags)
A list of tag key and value pairs associated with this compute fleet.
|
CreateFleetRequest |
CreateFleetRequest.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2025. All rights reserved.