public static interface Service.Builder extends SdkPojo, CopyableBuilder<Service.Builder,Service>
| Modifier and Type | Method and Description |
|---|---|
Service.Builder |
capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy the service uses.
|
Service.Builder |
capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy the service uses.
|
Service.Builder |
capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy)
The capacity provider strategy the service uses.
|
Service.Builder |
clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the service.
|
Service.Builder |
createdAt(Instant createdAt)
The Unix timestamp for the time when the service was created.
|
Service.Builder |
createdBy(String createdBy)
The principal that created the service.
|
default Service.Builder |
deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of
stopping and starting tasks.
|
Service.Builder |
deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of
stopping and starting tasks.
|
default Service.Builder |
deploymentController(Consumer<DeploymentController.Builder> deploymentController)
The deployment controller type the service is using.
|
Service.Builder |
deploymentController(DeploymentController deploymentController)
The deployment controller type the service is using.
|
Service.Builder |
deployments(Collection<Deployment> deployments)
The current state of deployments for the service.
|
Service.Builder |
deployments(Consumer<Deployment.Builder>... deployments)
The current state of deployments for the service.
|
Service.Builder |
deployments(Deployment... deployments)
The current state of deployments for the service.
|
Service.Builder |
desiredCount(Integer desiredCount)
The desired number of instantiations of the task definition to keep running on the service.
|
Service.Builder |
enableECSManagedTags(Boolean enableECSManagedTags)
Determines whether to enable Amazon ECS managed tags for the tasks in the service.
|
Service.Builder |
enableExecuteCommand(Boolean enableExecuteCommand)
Determines whether the execute command functionality is enabled for the service.
|
Service.Builder |
events(Collection<ServiceEvent> events)
The event stream for your service.
|
Service.Builder |
events(Consumer<ServiceEvent.Builder>... events)
The event stream for your service.
|
Service.Builder |
events(ServiceEvent... events)
The event stream for your service.
|
Service.Builder |
healthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load
Balancing target health checks after a task has first started.
|
Service.Builder |
launchType(LaunchType launchType)
The launch type the service is using.
|
Service.Builder |
launchType(String launchType)
The launch type the service is using.
|
Service.Builder |
loadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
Service.Builder |
loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
Service.Builder |
loadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects.
|
default Service.Builder |
networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
Service.Builder |
networkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the
awsvpc networking mode. |
Service.Builder |
pendingCount(Integer pendingCount)
The number of tasks in the cluster that are in the
PENDING state. |
Service.Builder |
placementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
|
Service.Builder |
placementConstraints(Consumer<PlacementConstraint.Builder>... placementConstraints)
The placement constraints for the tasks in the service.
|
Service.Builder |
placementConstraints(PlacementConstraint... placementConstraints)
The placement constraints for the tasks in the service.
|
Service.Builder |
placementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Service.Builder |
placementStrategy(Consumer<PlacementStrategy.Builder>... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Service.Builder |
placementStrategy(PlacementStrategy... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
|
Service.Builder |
platformFamily(String platformFamily)
The operating system that your tasks in the service run on.
|
Service.Builder |
platformVersion(String platformVersion)
The platform version to run your service on.
|
Service.Builder |
propagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
Service.Builder |
propagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task.
|
Service.Builder |
roleArn(String roleArn)
The ARN of the IAM role that's associated with the service.
|
Service.Builder |
runningCount(Integer runningCount)
The number of tasks in the cluster that are in the
RUNNING state. |
Service.Builder |
schedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service.
|
Service.Builder |
schedulingStrategy(String schedulingStrategy)
The scheduling strategy to use for the service.
|
Service.Builder |
serviceArn(String serviceArn)
The ARN that identifies the service.
|
Service.Builder |
serviceName(String serviceName)
The name of your service.
|
Service.Builder |
serviceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Service.Builder |
serviceRegistries(Consumer<ServiceRegistry.Builder>... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Service.Builder |
serviceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service.
|
Service.Builder |
status(String status)
The status of the service.
|
Service.Builder |
tags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Service.Builder |
tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Service.Builder |
tags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them.
|
Service.Builder |
taskDefinition(String taskDefinition)
The task definition to use for tasks in the service.
|
Service.Builder |
taskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Service.Builder |
taskSets(Consumer<TaskSet.Builder>... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
Service.Builder |
taskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an
EXTERNAL deployment. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildService.Builder serviceArn(String serviceArn)
The ARN that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the
Region of the service, the Amazon Web Services account ID of the service owner, the service
namespace, and then the service name. For example,
arn:aws:ecs:region:012345678910:service/my-service.
serviceArn - The ARN that identifies the service. The ARN contains the arn:aws:ecs namespace, followed
by the Region of the service, the Amazon Web Services account ID of the service owner, the
service namespace, and then the service name. For example,
arn:aws:ecs:region:012345678910:service/my-service.Service.Builder serviceName(String serviceName)
The name of your service. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed. Service names must be unique within a cluster. However, you can have similarly named services in multiple clusters within a Region or across multiple Regions.
serviceName - The name of your service. Up to 255 letters (uppercase and lowercase), numbers, underscores, and
hyphens are allowed. Service names must be unique within a cluster. However, you can have similarly
named services in multiple clusters within a Region or across multiple Regions.Service.Builder clusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster that hosts the service.
clusterArn - The Amazon Resource Name (ARN) of the cluster that hosts the service.Service.Builder loadBalancers(Collection<LoadBalancer> loadBalancers)
A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the container name, and the container port to access from the load balancer. The container name is as it appears in a container definition.
loadBalancers - A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the
container name, and the container port to access from the load balancer. The container name is as it
appears in a container definition.Service.Builder loadBalancers(LoadBalancer... loadBalancers)
A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the container name, and the container port to access from the load balancer. The container name is as it appears in a container definition.
loadBalancers - A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the
container name, and the container port to access from the load balancer. The container name is as it
appears in a container definition.Service.Builder loadBalancers(Consumer<LoadBalancer.Builder>... loadBalancers)
A list of Elastic Load Balancing load balancer objects. It contains the load balancer name, the container name, and the container port to access from the load balancer. The container name is as it appears in a container definition.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #loadBalancers(List) .loadBalancers - a consumer that will call methods on List.Builder #loadBalancers(List) Service.Builder serviceRegistries(Collection<ServiceRegistry> serviceRegistries)
The details for the service discovery registries to assign to this service. For more information, see Service Discovery.
serviceRegistries - The details for the service discovery registries to assign to this service. For more information, see
Service
Discovery.Service.Builder serviceRegistries(ServiceRegistry... serviceRegistries)
The details for the service discovery registries to assign to this service. For more information, see Service Discovery.
serviceRegistries - The details for the service discovery registries to assign to this service. For more information, see
Service
Discovery.Service.Builder serviceRegistries(Consumer<ServiceRegistry.Builder>... serviceRegistries)
The details for the service discovery registries to assign to this service. For more information, see Service Discovery.
This is a convenience that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #serviceRegistries(List) .serviceRegistries - a consumer that will call methods on List.Builder #serviceRegistries(List) Service.Builder status(String status)
The status of the service. The valid values are ACTIVE, DRAINING, or
INACTIVE.
status - The status of the service. The valid values are ACTIVE, DRAINING, or
INACTIVE.Service.Builder desiredCount(Integer desiredCount)
The desired number of instantiations of the task definition to keep running on the service. This value is specified when the service is created with CreateService, and it can be modified with UpdateService.
desiredCount - The desired number of instantiations of the task definition to keep running on the service. This value
is specified when the service is created with CreateService, and it can be modified with
UpdateService.Service.Builder runningCount(Integer runningCount)
The number of tasks in the cluster that are in the RUNNING state.
runningCount - The number of tasks in the cluster that are in the RUNNING state.Service.Builder pendingCount(Integer pendingCount)
The number of tasks in the cluster that are in the PENDING state.
pendingCount - The number of tasks in the cluster that are in the PENDING state.Service.Builder launchType(String launchType)
The launch type the service is using. When using the DescribeServices API, this field is omitted if the service was created using a capacity provider strategy.
launchType - The launch type the service is using. When using the DescribeServices API, this field is omitted if
the service was created using a capacity provider strategy.LaunchType,
LaunchTypeService.Builder launchType(LaunchType launchType)
The launch type the service is using. When using the DescribeServices API, this field is omitted if the service was created using a capacity provider strategy.
launchType - The launch type the service is using. When using the DescribeServices API, this field is omitted if
the service was created using a capacity provider strategy.LaunchType,
LaunchTypeService.Builder capacityProviderStrategy(Collection<CapacityProviderStrategyItem> capacityProviderStrategy)
The capacity provider strategy the service uses. When using the DescribeServices API, this field is omitted if the service was created using a launch type.
capacityProviderStrategy - The capacity provider strategy the service uses. When using the DescribeServices API, this field is
omitted if the service was created using a launch type.Service.Builder capacityProviderStrategy(CapacityProviderStrategyItem... capacityProviderStrategy)
The capacity provider strategy the service uses. When using the DescribeServices API, this field is omitted if the service was created using a launch type.
capacityProviderStrategy - The capacity provider strategy the service uses. When using the DescribeServices API, this field is
omitted if the service was created using a launch type.Service.Builder capacityProviderStrategy(Consumer<CapacityProviderStrategyItem.Builder>... capacityProviderStrategy)
The capacity provider strategy the service uses. When using the DescribeServices API, this field is omitted if the service was created using a launch type.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #capacityProviderStrategy(List)
.capacityProviderStrategy - a consumer that will call methods on List.Builder #capacityProviderStrategy(List) Service.Builder platformVersion(String platformVersion)
The platform version to run your service on. A platform version is only specified for tasks that are hosted
on Fargate. If one isn't specified, the LATEST platform version is used. For more information,
see Fargate
Platform Versions in the Amazon Elastic Container Service Developer Guide.
platformVersion - The platform version to run your service on. A platform version is only specified for tasks that are
hosted on Fargate. If one isn't specified, the LATEST platform version is used. For more
information, see Fargate
Platform Versions in the Amazon Elastic Container Service Developer Guide.Service.Builder platformFamily(String platformFamily)
The operating system that your tasks in the service run on. A platform family is specified only for tasks using the Fargate launch type.
All tasks that run as part of this service must use the same platformFamily value as the service
(for example, LINUX).
platformFamily - The operating system that your tasks in the service run on. A platform family is specified only for
tasks using the Fargate launch type.
All tasks that run as part of this service must use the same platformFamily value as the
service (for example, LINUX).
Service.Builder taskDefinition(String taskDefinition)
The task definition to use for tasks in the service. This value is specified when the service is created with CreateService, and it can be modified with UpdateService.
taskDefinition - The task definition to use for tasks in the service. This value is specified when the service is
created with CreateService, and it can be modified with UpdateService.Service.Builder deploymentConfiguration(DeploymentConfiguration deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
deploymentConfiguration - Optional deployment parameters that control how many tasks run during the deployment and the ordering
of stopping and starting tasks.default Service.Builder deploymentConfiguration(Consumer<DeploymentConfiguration.Builder> deploymentConfiguration)
Optional deployment parameters that control how many tasks run during the deployment and the ordering of stopping and starting tasks.
This is a convenience that creates an instance of theDeploymentConfiguration.Builder avoiding the
need to create one manually via DeploymentConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to deploymentConfiguration(DeploymentConfiguration).deploymentConfiguration - a consumer that will call methods on DeploymentConfiguration.BuilderdeploymentConfiguration(DeploymentConfiguration)Service.Builder taskSets(Collection<TaskSet> taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment.
An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and
whether the task set serves production traffic.
taskSets - Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many
tasks are running, and whether the task set serves production traffic.Service.Builder taskSets(TaskSet... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment.
An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and
whether the task set serves production traffic.
taskSets - Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL
deployment. An Amazon ECS task set includes details such as the desired number of tasks, how many
tasks are running, and whether the task set serves production traffic.Service.Builder taskSets(Consumer<TaskSet.Builder>... taskSets)
Information about a set of Amazon ECS tasks in either an CodeDeploy or an EXTERNAL deployment.
An Amazon ECS task set includes details such as the desired number of tasks, how many tasks are running, and
whether the task set serves production traffic.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #taskSets(List) .taskSets - a consumer that will call methods on List.Builder #taskSets(List) Service.Builder deployments(Collection<Deployment> deployments)
The current state of deployments for the service.
deployments - The current state of deployments for the service.Service.Builder deployments(Deployment... deployments)
The current state of deployments for the service.
deployments - The current state of deployments for the service.Service.Builder deployments(Consumer<Deployment.Builder>... deployments)
The current state of deployments for the service.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #deployments(List) .deployments - a consumer that will call methods on List.Builder #deployments(List) Service.Builder roleArn(String roleArn)
The ARN of the IAM role that's associated with the service. It allows the Amazon ECS container agent to register container instances with an Elastic Load Balancing load balancer.
roleArn - The ARN of the IAM role that's associated with the service. It allows the Amazon ECS container agent
to register container instances with an Elastic Load Balancing load balancer.Service.Builder events(Collection<ServiceEvent> events)
The event stream for your service. A maximum of 100 of the latest events are displayed.
events - The event stream for your service. A maximum of 100 of the latest events are displayed.Service.Builder events(ServiceEvent... events)
The event stream for your service. A maximum of 100 of the latest events are displayed.
events - The event stream for your service. A maximum of 100 of the latest events are displayed.Service.Builder events(Consumer<ServiceEvent.Builder>... events)
The event stream for your service. A maximum of 100 of the latest events are displayed.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #events(List) .events - a consumer that will call methods on List.Builder #events(List) Service.Builder createdAt(Instant createdAt)
The Unix timestamp for the time when the service was created.
createdAt - The Unix timestamp for the time when the service was created.Service.Builder placementConstraints(Collection<PlacementConstraint> placementConstraints)
The placement constraints for the tasks in the service.
placementConstraints - The placement constraints for the tasks in the service.Service.Builder placementConstraints(PlacementConstraint... placementConstraints)
The placement constraints for the tasks in the service.
placementConstraints - The placement constraints for the tasks in the service.Service.Builder placementConstraints(Consumer<PlacementConstraint.Builder>... placementConstraints)
The placement constraints for the tasks in the service.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #placementConstraints(List) .placementConstraints - a consumer that will call methods on List.Builder #placementConstraints(List) Service.Builder placementStrategy(Collection<PlacementStrategy> placementStrategy)
The placement strategy that determines how tasks for the service are placed.
placementStrategy - The placement strategy that determines how tasks for the service are placed.Service.Builder placementStrategy(PlacementStrategy... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
placementStrategy - The placement strategy that determines how tasks for the service are placed.Service.Builder placementStrategy(Consumer<PlacementStrategy.Builder>... placementStrategy)
The placement strategy that determines how tasks for the service are placed.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #placementStrategy(List) .placementStrategy - a consumer that will call methods on List.Builder #placementStrategy(List) Service.Builder networkConfiguration(NetworkConfiguration networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
networkConfiguration - The VPC subnet and security group configuration for tasks that receive their own elastic network
interface by using the awsvpc networking mode.default Service.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration)
The VPC subnet and security group configuration for tasks that receive their own elastic network interface by
using the awsvpc networking mode.
NetworkConfiguration.Builder avoiding the need
to create one manually via NetworkConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to networkConfiguration(NetworkConfiguration).networkConfiguration - a consumer that will call methods on NetworkConfiguration.BuildernetworkConfiguration(NetworkConfiguration)Service.Builder healthCheckGracePeriodSeconds(Integer healthCheckGracePeriodSeconds)
The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load Balancing target health checks after a task has first started.
healthCheckGracePeriodSeconds - The period of time, in seconds, that the Amazon ECS service scheduler ignores unhealthy Elastic Load
Balancing target health checks after a task has first started.Service.Builder schedulingStrategy(String schedulingStrategy)
The scheduling strategy to use for the service. For more information, see Services.
There are two service scheduler strategies available.
REPLICA-The replica scheduling strategy places and maintains the desired number of tasks across
your cluster. By default, the service scheduler spreads tasks across Availability Zones. You can use task
placement strategies and constraints to customize task placement decisions.
DAEMON-The daemon scheduling strategy deploys exactly one task on each active container
instance. This taskmeets all of the task placement constraints that you specify in your cluster. The service
scheduler also evaluates the task placement constraints for running tasks. It stop tasks that don't meet the
placement constraints.
Fargate tasks don't support the DAEMON scheduling strategy.
schedulingStrategy - The scheduling strategy to use for the service. For more information, see Services.
There are two service scheduler strategies available.
REPLICA-The replica scheduling strategy places and maintains the desired number of tasks
across your cluster. By default, the service scheduler spreads tasks across Availability Zones. You
can use task placement strategies and constraints to customize task placement decisions.
DAEMON-The daemon scheduling strategy deploys exactly one task on each active container
instance. This taskmeets all of the task placement constraints that you specify in your cluster. The
service scheduler also evaluates the task placement constraints for running tasks. It stop tasks that
don't meet the placement constraints.
Fargate tasks don't support the DAEMON scheduling strategy.
SchedulingStrategy,
SchedulingStrategyService.Builder schedulingStrategy(SchedulingStrategy schedulingStrategy)
The scheduling strategy to use for the service. For more information, see Services.
There are two service scheduler strategies available.
REPLICA-The replica scheduling strategy places and maintains the desired number of tasks across
your cluster. By default, the service scheduler spreads tasks across Availability Zones. You can use task
placement strategies and constraints to customize task placement decisions.
DAEMON-The daemon scheduling strategy deploys exactly one task on each active container
instance. This taskmeets all of the task placement constraints that you specify in your cluster. The service
scheduler also evaluates the task placement constraints for running tasks. It stop tasks that don't meet the
placement constraints.
Fargate tasks don't support the DAEMON scheduling strategy.
schedulingStrategy - The scheduling strategy to use for the service. For more information, see Services.
There are two service scheduler strategies available.
REPLICA-The replica scheduling strategy places and maintains the desired number of tasks
across your cluster. By default, the service scheduler spreads tasks across Availability Zones. You
can use task placement strategies and constraints to customize task placement decisions.
DAEMON-The daemon scheduling strategy deploys exactly one task on each active container
instance. This taskmeets all of the task placement constraints that you specify in your cluster. The
service scheduler also evaluates the task placement constraints for running tasks. It stop tasks that
don't meet the placement constraints.
Fargate tasks don't support the DAEMON scheduling strategy.
SchedulingStrategy,
SchedulingStrategyService.Builder deploymentController(DeploymentController deploymentController)
The deployment controller type the service is using. When using the DescribeServices API, this field is
omitted if the service uses the ECS deployment controller type.
deploymentController - The deployment controller type the service is using. When using the DescribeServices API, this field
is omitted if the service uses the ECS deployment controller type.default Service.Builder deploymentController(Consumer<DeploymentController.Builder> deploymentController)
The deployment controller type the service is using. When using the DescribeServices API, this field is
omitted if the service uses the ECS deployment controller type.
DeploymentController.Builder avoiding the need
to create one manually via DeploymentController.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to deploymentController(DeploymentController).deploymentController - a consumer that will call methods on DeploymentController.BuilderdeploymentController(DeploymentController)Service.Builder tags(Collection<Tag> tags)
The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value. You define bot the key and value.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix
for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys
or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
tags - The metadata that you apply to the service to help you categorize and organize them. Each tag consists
of a key and an optional value. You define bot the key and value.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use aws:, AWS:, or any upper or lowercase combination of such as a
prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or
delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per
resource limit.
Service.Builder tags(Tag... tags)
The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value. You define bot the key and value.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix
for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys
or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
tags - The metadata that you apply to the service to help you categorize and organize them. Each tag consists
of a key and an optional value. You define bot the key and value.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use aws:, AWS:, or any upper or lowercase combination of such as a
prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or
delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per
resource limit.
Service.Builder tags(Consumer<Tag.Builder>... tags)
The metadata that you apply to the service to help you categorize and organize them. Each tag consists of a key and an optional value. You define bot the key and value.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix
for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys
or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Service.Builder createdBy(String createdBy)
The principal that created the service.
createdBy - The principal that created the service.Service.Builder enableECSManagedTags(Boolean enableECSManagedTags)
Determines whether to enable Amazon ECS managed tags for the tasks in the service. For more information, see Tagging Your Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.
enableECSManagedTags - Determines whether to enable Amazon ECS managed tags for the tasks in the service. For more
information, see Tagging Your
Amazon ECS Resources in the Amazon Elastic Container Service Developer Guide.Service.Builder propagateTags(String propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task. If no value is specified, the tags aren't propagated.
propagateTags - Determines whether to propagate the tags from the task definition or the service to the task. If no
value is specified, the tags aren't propagated.PropagateTags,
PropagateTagsService.Builder propagateTags(PropagateTags propagateTags)
Determines whether to propagate the tags from the task definition or the service to the task. If no value is specified, the tags aren't propagated.
propagateTags - Determines whether to propagate the tags from the task definition or the service to the task. If no
value is specified, the tags aren't propagated.PropagateTags,
PropagateTagsService.Builder enableExecuteCommand(Boolean enableExecuteCommand)
Determines whether the execute command functionality is enabled for the service. If true, the
execute command functionality is enabled for all containers in tasks as part of the service.
enableExecuteCommand - Determines whether the execute command functionality is enabled for the service. If true,
the execute command functionality is enabled for all containers in tasks as part of the service.Copyright © 2021. All rights reserved.