| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerInstance.Builder |
ContainerInstance.Builder.agentConnected(Boolean agentConnected)
This parameter returns
true if the agent is connected to Amazon ECS. |
ContainerInstance.Builder |
ContainerInstance.Builder.agentUpdateStatus(AgentUpdateStatus agentUpdateStatus)
The status of the most recent agent update.
|
ContainerInstance.Builder |
ContainerInstance.Builder.agentUpdateStatus(String agentUpdateStatus)
The status of the most recent agent update.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Attachment... attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Collection<Attachment> attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
ContainerInstance.Builder |
ContainerInstance.Builder.attachments(Consumer<Attachment.Builder>... attachments)
The resources attached to a container instance, such as elastic network interfaces.
|
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.
|
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.
|
static ContainerInstance.Builder |
ContainerInstance.builder() |
ContainerInstance.Builder |
ContainerInstance.Builder.capacityProviderName(String capacityProviderName)
The capacity provider 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 EC2 instance ID 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 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 has not already
been 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 has not already
been 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 has not already
been 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 are in the
RUNNING status. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerInstance.Builder> |
ContainerInstance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RegisterContainerInstanceResponse.Builder |
RegisterContainerInstanceResponse.Builder.containerInstance(Consumer<ContainerInstance.Builder> containerInstance)
The container instance that was registered.
|
default UpdateContainerAgentResponse.Builder |
UpdateContainerAgentResponse.Builder.containerInstance(Consumer<ContainerInstance.Builder> containerInstance)
The container instance for which the container agent was updated.
|
default DeregisterContainerInstanceResponse.Builder |
DeregisterContainerInstanceResponse.Builder.containerInstance(Consumer<ContainerInstance.Builder> containerInstance)
The container instance that was deregistered.
|
Copyright © 2021. All rights reserved.