Class Ec2Service.Builder

java.lang.Object
software.amazon.awscdk.services.ecs.Ec2Service.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<Ec2Service>
Enclosing class:
Ec2Service

@Stability(Stable) public static final class Ec2Service.Builder extends Object implements software.amazon.jsii.Builder<Ec2Service>
A fluent builder for Ec2Service.
  • Method Details

    • create

      @Stability(Stable) public static Ec2Service.Builder create(software.constructs.Construct scope, String id)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      Returns:
      a new instance of Ec2Service.Builder.
    • cluster

      @Stability(Stable) public Ec2Service.Builder cluster(ICluster cluster)
      The name of the cluster that hosts the service.

      Parameters:
      cluster - The name of the cluster that hosts the service. This parameter is required.
      Returns:
      this
    • capacityProviderStrategies

      @Stability(Stable) public Ec2Service.Builder capacityProviderStrategies(List<? extends CapacityProviderStrategy> capacityProviderStrategies)
      A list of Capacity Provider strategies used to place a service.

      Default: - undefined

      Parameters:
      capacityProviderStrategies - A list of Capacity Provider strategies used to place a service. This parameter is required.
      Returns:
      this
    • circuitBreaker

      @Stability(Stable) public Ec2Service.Builder circuitBreaker(DeploymentCircuitBreaker circuitBreaker)
      Whether to enable the deployment circuit breaker.

      If this property is defined, circuit breaker will be implicitly enabled.

      Default: - disabled

      Parameters:
      circuitBreaker - Whether to enable the deployment circuit breaker. This parameter is required.
      Returns:
      this
    • cloudMapOptions

      @Stability(Stable) public Ec2Service.Builder cloudMapOptions(CloudMapOptions cloudMapOptions)
      The options for configuring an Amazon ECS service to use service discovery.

      Default: - AWS Cloud Map service discovery is not enabled.

      Parameters:
      cloudMapOptions - The options for configuring an Amazon ECS service to use service discovery. This parameter is required.
      Returns:
      this
    • deploymentController

      @Stability(Stable) public Ec2Service.Builder deploymentController(DeploymentController deploymentController)
      Specifies which deployment controller to use for the service.

      For more information, see Amazon ECS Deployment Types

      Default: - Rolling update (ECS)

      Parameters:
      deploymentController - Specifies which deployment controller to use for the service. This parameter is required.
      Returns:
      this
    • desiredCount

      @Stability(Stable) public Ec2Service.Builder desiredCount(Number desiredCount)
      The desired number of instantiations of the task definition to keep running on the service.

      Default: - When creating the service, default is 1; when updating the service, default uses the current task number.

      Parameters:
      desiredCount - The desired number of instantiations of the task definition to keep running on the service. This parameter is required.
      Returns:
      this
    • enableEcsManagedTags

      @Stability(Stable) public Ec2Service.Builder enableEcsManagedTags(Boolean enableEcsManagedTags)
      Specifies whether to enable Amazon ECS managed tags for the tasks within the service.

      For more information, see Tagging Your Amazon ECS Resources

      Default: false

      Parameters:
      enableEcsManagedTags - Specifies whether to enable Amazon ECS managed tags for the tasks within the service. This parameter is required.
      Returns:
      this
    • enableExecuteCommand

      @Stability(Stable) public Ec2Service.Builder enableExecuteCommand(Boolean enableExecuteCommand)
      Whether to enable the ability to execute into a container.

      Default: - undefined

      Parameters:
      enableExecuteCommand - Whether to enable the ability to execute into a container. This parameter is required.
      Returns:
      this
    • healthCheckGracePeriod

      @Stability(Stable) public Ec2Service.Builder healthCheckGracePeriod(Duration healthCheckGracePeriod)
      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.

      Default: - defaults to 60 seconds if at least one load balancer is in-use and it is not already set

      Parameters:
      healthCheckGracePeriod - 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. This parameter is required.
      Returns:
      this
    • maxHealthyPercent

      @Stability(Stable) public Ec2Service.Builder maxHealthyPercent(Number maxHealthyPercent)
      The maximum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that can run in a service during a deployment.

      Default: - 100 if daemon, otherwise 200

      Parameters:
      maxHealthyPercent - The maximum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that can run in a service during a deployment. This parameter is required.
      Returns:
      this
    • minHealthyPercent

      @Stability(Stable) public Ec2Service.Builder minHealthyPercent(Number minHealthyPercent)
      The minimum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that must continue to run and remain healthy during a deployment.

      Default: - 0 if daemon, otherwise 50

      Parameters:
      minHealthyPercent - The minimum number of tasks, specified as a percentage of the Amazon ECS service's DesiredCount value, that must continue to run and remain healthy during a deployment. This parameter is required.
      Returns:
      this
    • propagateTags

      @Stability(Stable) public Ec2Service.Builder propagateTags(PropagatedTagSource propagateTags)
      Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.

      Valid values are: PropagatedTagSource.SERVICE, PropagatedTagSource.TASK_DEFINITION or PropagatedTagSource.NONE

      Default: PropagatedTagSource.NONE

      Parameters:
      propagateTags - Specifies whether to propagate the tags from the task definition or the service to the tasks in the service. This parameter is required.
      Returns:
      this
    • propagateTaskTagsFrom

      @Stability(Deprecated) @Deprecated public Ec2Service.Builder propagateTaskTagsFrom(PropagatedTagSource propagateTaskTagsFrom)
      Deprecated.
      Use propagateTags instead.
      (deprecated) Specifies whether to propagate the tags from the task definition or the service to the tasks in the service.

      Tags can only be propagated to the tasks within the service during service creation.

      Default: PropagatedTagSource.NONE

      Parameters:
      propagateTaskTagsFrom - Specifies whether to propagate the tags from the task definition or the service to the tasks in the service. This parameter is required.
      Returns:
      this
    • serviceName

      @Stability(Stable) public Ec2Service.Builder serviceName(String serviceName)
      The name of the service.

      Default: - CloudFormation-generated name.

      Parameters:
      serviceName - The name of the service. This parameter is required.
      Returns:
      this
    • taskDefinition

      @Stability(Stable) public Ec2Service.Builder taskDefinition(TaskDefinition taskDefinition)
      The task definition to use for tasks in the service.

      [disable-awslint:ref-via-interface]

      Parameters:
      taskDefinition - The task definition to use for tasks in the service. This parameter is required.
      Returns:
      this
    • assignPublicIp

      @Stability(Stable) public Ec2Service.Builder assignPublicIp(Boolean assignPublicIp)
      Specifies whether the task's elastic network interface receives a public IP address.

      If true, each task will receive a public IP address.

      This property is only used for tasks that use the awsvpc network mode.

      Default: false

      Parameters:
      assignPublicIp - Specifies whether the task's elastic network interface receives a public IP address. This parameter is required.
      Returns:
      this
    • daemon

      @Stability(Stable) public Ec2Service.Builder daemon(Boolean daemon)
      Specifies whether the service will use the daemon scheduling strategy.

      If true, the service scheduler deploys exactly one task on each container instance in your cluster.

      When you are using this strategy, do not specify a desired number of tasks orany task placement strategies.

      Default: false

      Parameters:
      daemon - Specifies whether the service will use the daemon scheduling strategy. This parameter is required.
      Returns:
      this
    • placementConstraints

      @Stability(Stable) public Ec2Service.Builder placementConstraints(List<? extends PlacementConstraint> placementConstraints)
      The placement constraints to use for tasks in the service.

      For more information, see Amazon ECS Task Placement Constraints.

      Default: - No constraints.

      Parameters:
      placementConstraints - The placement constraints to use for tasks in the service. This parameter is required.
      Returns:
      this
    • placementStrategies

      @Stability(Stable) public Ec2Service.Builder placementStrategies(List<? extends PlacementStrategy> placementStrategies)
      The placement strategies to use for tasks in the service.

      For more information, see Amazon ECS Task Placement Strategies.

      Default: - No strategies.

      Parameters:
      placementStrategies - The placement strategies to use for tasks in the service. This parameter is required.
      Returns:
      this
    • securityGroup

      @Stability(Deprecated) @Deprecated public Ec2Service.Builder securityGroup(ISecurityGroup securityGroup)
      Deprecated.
      use securityGroups instead.
      (deprecated) The security groups to associate with the service.

      If you do not specify a security group, a new security group is created.

      This property is only used for tasks that use the awsvpc network mode.

      Default: - A new security group is created.

      Parameters:
      securityGroup - The security groups to associate with the service. This parameter is required.
      Returns:
      this
    • securityGroups

      @Stability(Stable) public Ec2Service.Builder securityGroups(List<? extends ISecurityGroup> securityGroups)
      The security groups to associate with the service.

      If you do not specify a security group, a new security group is created.

      This property is only used for tasks that use the awsvpc network mode.

      Default: - A new security group is created.

      Parameters:
      securityGroups - The security groups to associate with the service. This parameter is required.
      Returns:
      this
    • vpcSubnets

      @Stability(Stable) public Ec2Service.Builder vpcSubnets(SubnetSelection vpcSubnets)
      The subnets to associate with the service.

      This property is only used for tasks that use the awsvpc network mode.

      Default: - Public subnets if `assignPublicIp` is set, otherwise the first available one of Private, Isolated, Public, in that order.

      Parameters:
      vpcSubnets - The subnets to associate with the service. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public Ec2Service build()
      Specified by:
      build in interface software.amazon.jsii.Builder<Ec2Service>
      Returns:
      a newly built instance of Ec2Service.