@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ComputeEnvironmentDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object representing an AWS Batch compute environment.
Constructor and Description |
---|
ComputeEnvironmentDetail() |
Modifier and Type | Method and Description |
---|---|
ComputeEnvironmentDetail |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
ComputeEnvironmentDetail |
clearTagsEntries()
Removes all the entries added into Tags.
|
ComputeEnvironmentDetail |
clone() |
boolean |
equals(Object obj) |
String |
getComputeEnvironmentArn()
The Amazon Resource Name (ARN) of the compute environment.
|
String |
getComputeEnvironmentName()
The name of the compute environment.
|
ComputeResource |
getComputeResources()
The compute resources defined for the compute environment.
|
String |
getEcsClusterArn()
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
|
String |
getServiceRole()
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API
operations on your behalf.
|
String |
getState()
The state of the compute environment.
|
String |
getStatus()
The current status of the compute environment (for example,
CREATING or VALID ). |
String |
getStatusReason()
A short, human-readable string to provide additional details about the current status of the compute environment.
|
Map<String,String> |
getTags()
The tags applied to the compute environment.
|
String |
getType()
The type of the compute environment:
MANAGED or UNMANAGED . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
void |
setComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
void |
setComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
void |
setEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
|
void |
setServiceRole(String serviceRole)
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API
operations on your behalf.
|
void |
setState(CEState state)
The state of the compute environment.
|
void |
setState(String state)
The state of the compute environment.
|
void |
setStatus(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID ). |
void |
setStatus(String status)
The current status of the compute environment (for example,
CREATING or VALID ). |
void |
setStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the compute environment.
|
void |
setTags(Map<String,String> tags)
The tags applied to the compute environment.
|
void |
setType(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED . |
void |
setType(String type)
The type of the compute environment:
MANAGED or UNMANAGED . |
String |
toString()
Returns a string representation of this object.
|
ComputeEnvironmentDetail |
withComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
|
ComputeEnvironmentDetail |
withComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment.
|
ComputeEnvironmentDetail |
withComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment.
|
ComputeEnvironmentDetail |
withEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
|
ComputeEnvironmentDetail |
withServiceRole(String serviceRole)
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API
operations on your behalf.
|
ComputeEnvironmentDetail |
withState(CEState state)
The state of the compute environment.
|
ComputeEnvironmentDetail |
withState(String state)
The state of the compute environment.
|
ComputeEnvironmentDetail |
withStatus(CEStatus status)
The current status of the compute environment (for example,
CREATING or VALID ). |
ComputeEnvironmentDetail |
withStatus(String status)
The current status of the compute environment (for example,
CREATING or VALID ). |
ComputeEnvironmentDetail |
withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the compute environment.
|
ComputeEnvironmentDetail |
withTags(Map<String,String> tags)
The tags applied to the compute environment.
|
ComputeEnvironmentDetail |
withType(CEType type)
The type of the compute environment:
MANAGED or UNMANAGED . |
ComputeEnvironmentDetail |
withType(String type)
The type of the compute environment:
MANAGED or UNMANAGED . |
public void setComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
computeEnvironmentName
- The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and
underscores are allowed.public String getComputeEnvironmentName()
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
public ComputeEnvironmentDetail withComputeEnvironmentName(String computeEnvironmentName)
The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and underscores are allowed.
computeEnvironmentName
- The name of the compute environment. Up to 128 letters (uppercase and lowercase), numbers, hyphens, and
underscores are allowed.public void setComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.public String getComputeEnvironmentArn()
The Amazon Resource Name (ARN) of the compute environment.
public ComputeEnvironmentDetail withComputeEnvironmentArn(String computeEnvironmentArn)
The Amazon Resource Name (ARN) of the compute environment.
computeEnvironmentArn
- The Amazon Resource Name (ARN) of the compute environment.public void setEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
ecsClusterArn
- The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.public String getEcsClusterArn()
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
public ComputeEnvironmentDetail withEcsClusterArn(String ecsClusterArn)
The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.
ecsClusterArn
- The Amazon Resource Name (ARN) of the underlying Amazon ECS cluster used by the compute environment.public Map<String,String> getTags()
The tags applied to the compute environment.
public void setTags(Map<String,String> tags)
The tags applied to the compute environment.
tags
- The tags applied to the compute environment.public ComputeEnvironmentDetail withTags(Map<String,String> tags)
The tags applied to the compute environment.
tags
- The tags applied to the compute environment.public ComputeEnvironmentDetail addTagsEntry(String key, String value)
public ComputeEnvironmentDetail clearTagsEntries()
public void setType(String type)
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute Environments in
the AWS Batch User Guide.
type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more information,
see Compute
Environments in the AWS Batch User Guide.CEType
public String getType()
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute Environments in
the AWS Batch User Guide.
MANAGED
or UNMANAGED
. For more
information, see Compute
Environments in the AWS Batch User Guide.CEType
public ComputeEnvironmentDetail withType(String type)
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute Environments in
the AWS Batch User Guide.
type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more information,
see Compute
Environments in the AWS Batch User Guide.CEType
public void setType(CEType type)
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute Environments in
the AWS Batch User Guide.
type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more information,
see Compute
Environments in the AWS Batch User Guide.CEType
public ComputeEnvironmentDetail withType(CEType type)
The type of the compute environment: MANAGED
or UNMANAGED
. For more information, see Compute Environments in
the AWS Batch User Guide.
type
- The type of the compute environment: MANAGED
or UNMANAGED
. For more information,
see Compute
Environments in the AWS Batch User Guide.CEType
public void setState(String state)
The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an associated
job queue on the compute resources within the environment. If the compute environment is managed, then it can
scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within the
environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed
compute environments in the DISABLED
state don't scale out. However, they scale in to
minvCpus
value after instances become idle.
state
- The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an
associated job queue on the compute resources within the environment. If the compute environment is
managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within
the environment. Jobs in a STARTING
or RUNNING
state continue to progress
normally. Managed compute environments in the DISABLED
state don't scale out. However, they
scale in to minvCpus
value after instances become idle.
CEState
public String getState()
The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an associated
job queue on the compute resources within the environment. If the compute environment is managed, then it can
scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within the
environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed
compute environments in the DISABLED
state don't scale out. However, they scale in to
minvCpus
value after instances become idle.
ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an
associated job queue on the compute resources within the environment. If the compute environment is
managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within
the environment. Jobs in a STARTING
or RUNNING
state continue to progress
normally. Managed compute environments in the DISABLED
state don't scale out. However, they
scale in to minvCpus
value after instances become idle.
CEState
public ComputeEnvironmentDetail withState(String state)
The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an associated
job queue on the compute resources within the environment. If the compute environment is managed, then it can
scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within the
environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed
compute environments in the DISABLED
state don't scale out. However, they scale in to
minvCpus
value after instances become idle.
state
- The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an
associated job queue on the compute resources within the environment. If the compute environment is
managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within
the environment. Jobs in a STARTING
or RUNNING
state continue to progress
normally. Managed compute environments in the DISABLED
state don't scale out. However, they
scale in to minvCpus
value after instances become idle.
CEState
public void setState(CEState state)
The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an associated
job queue on the compute resources within the environment. If the compute environment is managed, then it can
scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within the
environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed
compute environments in the DISABLED
state don't scale out. However, they scale in to
minvCpus
value after instances become idle.
state
- The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an
associated job queue on the compute resources within the environment. If the compute environment is
managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within
the environment. Jobs in a STARTING
or RUNNING
state continue to progress
normally. Managed compute environments in the DISABLED
state don't scale out. However, they
scale in to minvCpus
value after instances become idle.
CEState
public ComputeEnvironmentDetail withState(CEState state)
The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an associated
job queue on the compute resources within the environment. If the compute environment is managed, then it can
scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within the
environment. Jobs in a STARTING
or RUNNING
state continue to progress normally. Managed
compute environments in the DISABLED
state don't scale out. However, they scale in to
minvCpus
value after instances become idle.
state
- The state of the compute environment. The valid values are ENABLED
or DISABLED
.
If the state is ENABLED
, then the AWS Batch scheduler can attempt to place jobs from an
associated job queue on the compute resources within the environment. If the compute environment is
managed, then it can scale its instances out or in automatically, based on the job queue demand.
If the state is DISABLED
, then the AWS Batch scheduler doesn't attempt to place jobs within
the environment. Jobs in a STARTING
or RUNNING
state continue to progress
normally. Managed compute environments in the DISABLED
state don't scale out. However, they
scale in to minvCpus
value after instances become idle.
CEState
public void setStatus(String status)
The current status of the compute environment (for example, CREATING
or VALID
).
status
- The current status of the compute environment (for example, CREATING
or VALID
).CEStatus
public String getStatus()
The current status of the compute environment (for example, CREATING
or VALID
).
CREATING
or VALID
).CEStatus
public ComputeEnvironmentDetail withStatus(String status)
The current status of the compute environment (for example, CREATING
or VALID
).
status
- The current status of the compute environment (for example, CREATING
or VALID
).CEStatus
public void setStatus(CEStatus status)
The current status of the compute environment (for example, CREATING
or VALID
).
status
- The current status of the compute environment (for example, CREATING
or VALID
).CEStatus
public ComputeEnvironmentDetail withStatus(CEStatus status)
The current status of the compute environment (for example, CREATING
or VALID
).
status
- The current status of the compute environment (for example, CREATING
or VALID
).CEStatus
public void setStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the compute environment.
statusReason
- A short, human-readable string to provide additional details about the current status of the compute
environment.public String getStatusReason()
A short, human-readable string to provide additional details about the current status of the compute environment.
public ComputeEnvironmentDetail withStatusReason(String statusReason)
A short, human-readable string to provide additional details about the current status of the compute environment.
statusReason
- A short, human-readable string to provide additional details about the current status of the compute
environment.public void setComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment. For more information, see Compute Environments in the AWS Batch User Guide.
computeResources
- The compute resources defined for the compute environment. For more information, see Compute
Environments in the AWS Batch User Guide.public ComputeResource getComputeResources()
The compute resources defined for the compute environment. For more information, see Compute Environments in the AWS Batch User Guide.
public ComputeEnvironmentDetail withComputeResources(ComputeResource computeResources)
The compute resources defined for the compute environment. For more information, see Compute Environments in the AWS Batch User Guide.
computeResources
- The compute resources defined for the compute environment. For more information, see Compute
Environments in the AWS Batch User Guide.public void setServiceRole(String serviceRole)
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf. For more information, see AWS Batch service IAM role in the AWS Batch User Guide.
serviceRole
- The service role associated with the compute environment that allows AWS Batch to make calls to AWS API
operations on your behalf. For more information, see AWS Batch service IAM
role in the AWS Batch User Guide.public String getServiceRole()
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf. For more information, see AWS Batch service IAM role in the AWS Batch User Guide.
public ComputeEnvironmentDetail withServiceRole(String serviceRole)
The service role associated with the compute environment that allows AWS Batch to make calls to AWS API operations on your behalf. For more information, see AWS Batch service IAM role in the AWS Batch User Guide.
serviceRole
- The service role associated with the compute environment that allows AWS Batch to make calls to AWS API
operations on your behalf. For more information, see AWS Batch service IAM
role in the AWS Batch User Guide.public String toString()
toString
in class Object
Object.toString()
public ComputeEnvironmentDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.