| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Fleet |
Fleet.clone() |
Fleet |
CreateFleetResult.getFleet()
Information about the compute fleet
|
Fleet |
UpdateFleetResult.getFleet()
A
Fleet object. |
Fleet |
Fleet.withArn(String arn)
The ARN of the compute fleet.
|
Fleet |
Fleet.withBaseCapacity(Integer baseCapacity)
The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in
parallel.
|
Fleet |
Fleet.withComputeType(ComputeType computeType)
Information about the compute resources the compute fleet uses.
|
Fleet |
Fleet.withComputeType(String computeType)
Information about the compute resources the compute fleet uses.
|
Fleet |
Fleet.withCreated(Date created)
The time at which the compute fleet was created.
|
Fleet |
Fleet.withEnvironmentType(EnvironmentType environmentType)
The environment type of the compute fleet.
|
Fleet |
Fleet.withEnvironmentType(String environmentType)
The environment type of the compute fleet.
|
Fleet |
Fleet.withFleetServiceRole(String fleetServiceRole)
The service role associated with the compute fleet.
|
Fleet |
Fleet.withId(String id)
The ID of the compute fleet.
|
Fleet |
Fleet.withLastModified(Date lastModified)
The time at which the compute fleet was last modified.
|
Fleet |
Fleet.withName(String name)
The name of the compute fleet.
|
Fleet |
Fleet.withOverflowBehavior(FleetOverflowBehavior overflowBehavior)
The compute fleet overflow behavior.
|
Fleet |
Fleet.withOverflowBehavior(String overflowBehavior)
The compute fleet overflow behavior.
|
Fleet |
Fleet.withScalingConfiguration(ScalingConfigurationOutput scalingConfiguration)
The scaling configuration of the compute fleet.
|
Fleet |
Fleet.withStatus(FleetStatus status)
The status of the compute fleet.
|
Fleet |
Fleet.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this compute fleet.
|
Fleet |
Fleet.withTags(Tag... tags)
A list of tag key and value pairs associated with this compute fleet.
|
Fleet |
Fleet.withVpcConfig(VpcConfig vpcConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<Fleet> |
BatchGetFleetsResult.getFleets()
Information about the requested compute fleets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFleetResult.setFleet(Fleet fleet)
Information about the compute fleet
|
void |
UpdateFleetResult.setFleet(Fleet fleet)
A
Fleet object. |
CreateFleetResult |
CreateFleetResult.withFleet(Fleet fleet)
Information about the compute fleet
|
UpdateFleetResult |
UpdateFleetResult.withFleet(Fleet fleet)
A
Fleet object. |
BatchGetFleetsResult |
BatchGetFleetsResult.withFleets(Fleet... fleets)
Information about the requested compute fleets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetFleetsResult.setFleets(Collection<Fleet> fleets)
Information about the requested compute fleets.
|
BatchGetFleetsResult |
BatchGetFleetsResult.withFleets(Collection<Fleet> fleets)
Information about the requested compute fleets.
|
Copyright © 2024. All rights reserved.