ContainerInstance.Builder |
ContainerInstance.Builder.agentConnected(Boolean agentConnected) |
This parameter returns true if the agent is connected to Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.agentUpdateStatus(String agentUpdateStatus) |
The status of the most recent agent update.
|
ContainerInstance.Builder |
ContainerInstance.Builder.agentUpdateStatus(AgentUpdateStatus agentUpdateStatus) |
The status of the most recent agent update.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Collection<Attachment> attachments) |
The resources attached to a container instance, such as an elastic network interface.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Consumer<Attachment.Builder>... attachments) |
The resources attached to a container instance, such as an elastic network interface.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Attachment... attachments) |
The resources attached to a container instance, such as an elastic network interface.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attributes(Collection<Attribute> attributes) |
The attributes set for the container instance, either by the Amazon ECS container agent at instance
registration or manually with the PutAttributes operation.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attributes(Consumer<Attribute.Builder>... attributes) |
The attributes set for the container instance, either by the Amazon ECS container agent at instance
registration or manually with the PutAttributes operation.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attributes(Attribute... attributes) |
The attributes set for the container instance, either by the Amazon ECS container agent at instance
registration or manually with the PutAttributes operation.
|
static ContainerInstance.Builder |
ContainerInstance.builder() |
|
ContainerInstance.Builder |
ContainerInstance.Builder.capacityProviderName(String capacityProviderName) |
The capacity provider that's associated with the container instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.containerInstanceArn(String containerInstanceArn) |
The Amazon Resource Name (ARN) of the container instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.ec2InstanceId(String ec2InstanceId) |
The ID of the container instance.
|
default ContainerInstance.Builder |
ContainerInstance.Builder.healthStatus(Consumer<ContainerInstanceHealthStatus.Builder> healthStatus) |
An object representing the health status of the container instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.healthStatus(ContainerInstanceHealthStatus healthStatus) |
An object representing the health status of the container instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.pendingTasksCount(Integer pendingTasksCount) |
The number of tasks on the container instance that are in the PENDING status.
|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredAt(Instant registeredAt) |
The Unix timestamp for the time when the container instance was registered.
|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredResources(Collection<Resource> registeredResources) |
For CPU and memory resource types, this parameter describes the amount of each resource that was available on
the container instance when the container agent registered it with Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredResources(Consumer<Resource.Builder>... registeredResources) |
For CPU and memory resource types, this parameter describes the amount of each resource that was available on
the container instance when the container agent registered it with Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.registeredResources(Resource... registeredResources) |
For CPU and memory resource types, this parameter describes the amount of each resource that was available on
the container instance when the container agent registered it with Amazon ECS.
|
ContainerInstance.Builder |
ContainerInstance.Builder.remainingResources(Collection<Resource> remainingResources) |
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
ContainerInstance.Builder |
ContainerInstance.Builder.remainingResources(Consumer<Resource.Builder>... remainingResources) |
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
ContainerInstance.Builder |
ContainerInstance.Builder.remainingResources(Resource... remainingResources) |
For CPU and memory resource types, this parameter describes the remaining CPU and memory that wasn't already
allocated to tasks and is therefore available for new tasks.
|
ContainerInstance.Builder |
ContainerInstance.Builder.runningTasksCount(Integer runningTasksCount) |
The number of tasks on the container instance that have a desired status (desiredStatus) of
RUNNING.
|
ContainerInstance.Builder |
ContainerInstance.Builder.status(String status) |
The status of the container instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.statusReason(String statusReason) |
The reason that the container instance reached its current status.
|
ContainerInstance.Builder |
ContainerInstance.Builder.tags(Collection<Tag> tags) |
The metadata that you apply to the container instance to help you categorize and organize them.
|
ContainerInstance.Builder |
ContainerInstance.Builder.tags(Consumer<Tag.Builder>... tags) |
The metadata that you apply to the container instance to help you categorize and organize them.
|
ContainerInstance.Builder |
ContainerInstance.Builder.tags(Tag... tags) |
The metadata that you apply to the container instance to help you categorize and organize them.
|
ContainerInstance.Builder |
ContainerInstance.toBuilder() |
|
ContainerInstance.Builder |
ContainerInstance.Builder.version(Long version) |
The version counter for the container instance.
|
default ContainerInstance.Builder |
ContainerInstance.Builder.versionInfo(Consumer<VersionInfo.Builder> versionInfo) |
The version information for the Amazon ECS container agent and Docker daemon running on the container
instance.
|
ContainerInstance.Builder |
ContainerInstance.Builder.versionInfo(VersionInfo versionInfo) |
The version information for the Amazon ECS container agent and Docker daemon running on the container
instance.
|