Class ApplicationLoadBalancedServiceBaseProps.Builder
java.lang.Object
software.amazon.awscdk.services.ecs.patterns.ApplicationLoadBalancedServiceBaseProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApplicationLoadBalancedServiceBaseProps>
- Enclosing interface:
ApplicationLoadBalancedServiceBaseProps
@Stability(Stable)
public static final class ApplicationLoadBalancedServiceBaseProps.Builder
extends Object
implements software.amazon.jsii.Builder<ApplicationLoadBalancedServiceBaseProps>
A builder for
ApplicationLoadBalancedServiceBaseProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.certificate
(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()
circuitBreaker
(DeploymentCircuitBreaker circuitBreaker) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCircuitBreaker()
cloudMapOptions
(CloudMapOptions cloudMapOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCloudMapOptions()
Sets the value ofApplicationLoadBalancedServiceBaseProps.getCluster()
deploymentController
(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()
desiredCount
(Number desiredCount) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDesiredCount()
domainName
(String domainName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainName()
domainZone
(IHostedZone domainZone) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainZone()
enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
ApplicationLoadBalancedServiceBaseProps#getEnableEcsManagedTags
healthCheckGracePeriod
(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
listenerPort
(Number listenerPort) Sets the value ofApplicationLoadBalancedServiceBaseProps.getListenerPort()
loadBalancer
(IApplicationLoadBalancer loadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancer()
loadBalancerName
(String loadBalancerName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancerName()
maxHealthyPercent
(Number maxHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMaxHealthyPercent()
minHealthyPercent
(Number minHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMinHealthyPercent()
openListener
(Boolean openListener) Sets the value ofApplicationLoadBalancedServiceBaseProps.getOpenListener()
propagateTags
(PropagatedTagSource propagateTags) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPropagateTags()
protocol
(ApplicationProtocol protocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocol()
protocolVersion
(ApplicationProtocolVersion protocolVersion) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocolVersion()
publicLoadBalancer
(Boolean publicLoadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPublicLoadBalancer()
recordType
(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()
redirectHttp
(Boolean redirectHttp) Sets the value ofinvalid @link
ApplicationLoadBalancedServiceBaseProps#getRedirectHttp
serviceName
(String serviceName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getServiceName()
Sets the value ofApplicationLoadBalancedServiceBaseProps.getSslPolicy()
targetProtocol
(ApplicationProtocol targetProtocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTargetProtocol()
taskImageOptions
(ApplicationLoadBalancedTaskImageOptions taskImageOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTaskImageOptions()
Sets the value ofApplicationLoadBalancedServiceBaseProps.getVpc()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
certificate
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder certificate(ICertificate certificate) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCertificate()
- Parameters:
certificate
- Certificate Manager certificate to associate with the load balancer. Setting this option will set the load balancer protocol to HTTPS.- Returns:
this
-
circuitBreaker
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder circuitBreaker(DeploymentCircuitBreaker circuitBreaker) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCircuitBreaker()
- Parameters:
circuitBreaker
- Whether to enable the deployment circuit breaker. If this property is defined, circuit breaker will be implicitly enabled.- Returns:
this
-
cloudMapOptions
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder cloudMapOptions(CloudMapOptions cloudMapOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getCloudMapOptions()
- Parameters:
cloudMapOptions
- The options for configuring an Amazon ECS service to use service discovery.- Returns:
this
-
cluster
Sets the value ofApplicationLoadBalancedServiceBaseProps.getCluster()
- Parameters:
cluster
- The name of the cluster that hosts the service. If a cluster is specified, the vpc construct should be omitted. Alternatively, you can omit both cluster and vpc.- Returns:
this
-
deploymentController
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder deploymentController(DeploymentController deploymentController) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDeploymentController()
- Parameters:
deploymentController
- Specifies which deployment controller to use for the service. For more information, see Amazon ECS Deployment Types- Returns:
this
-
desiredCount
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder desiredCount(Number desiredCount) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDesiredCount()
- Parameters:
desiredCount
- The desired number of instantiations of the task definition to keep running on the service. The minimum value is 1- Returns:
this
-
domainName
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder domainName(String domainName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainName()
- Parameters:
domainName
- The domain name for the service, e.g. "api.example.com.".- Returns:
this
-
domainZone
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder domainZone(IHostedZone domainZone) Sets the value ofApplicationLoadBalancedServiceBaseProps.getDomainZone()
- Parameters:
domainZone
- The Route53 hosted zone for the domain, e.g. "example.com.".- Returns:
this
-
enableEcsManagedTags
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
ApplicationLoadBalancedServiceBaseProps#getEnableEcsManagedTags
- Parameters:
enableEcsManagedTags
- Specifies whether to enable Amazon ECS managed tags for the tasks within the service. For more information, see Tagging Your Amazon ECS Resources- Returns:
this
-
healthCheckGracePeriod
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofApplicationLoadBalancedServiceBaseProps.getHealthCheckGracePeriod()
- 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.- Returns:
this
-
listenerPort
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder listenerPort(Number listenerPort) Sets the value ofApplicationLoadBalancedServiceBaseProps.getListenerPort()
- Parameters:
listenerPort
- Listener port of the application load balancer that will serve traffic to the service.- Returns:
this
-
loadBalancer
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder loadBalancer(IApplicationLoadBalancer loadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancer()
- Parameters:
loadBalancer
- The application load balancer that will serve traffic to the service. The VPC attribute of a load balancer must be specified for it to be used to create a new service with this pattern.[disable-awslint:ref-via-interface]
- Returns:
this
-
loadBalancerName
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder loadBalancerName(String loadBalancerName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getLoadBalancerName()
- Parameters:
loadBalancerName
- Name of the load balancer.- Returns:
this
-
maxHealthyPercent
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder maxHealthyPercent(Number maxHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMaxHealthyPercent()
- 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.- Returns:
this
-
minHealthyPercent
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder minHealthyPercent(Number minHealthyPercent) Sets the value ofApplicationLoadBalancedServiceBaseProps.getMinHealthyPercent()
- 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.- Returns:
this
-
openListener
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder openListener(Boolean openListener) Sets the value ofApplicationLoadBalancedServiceBaseProps.getOpenListener()
- Parameters:
openListener
- Determines whether or not the Security Group for the Load Balancer's Listener will be open to all traffic by default.- Returns:
this
-
propagateTags
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder propagateTags(PropagatedTagSource propagateTags) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPropagateTags()
- Parameters:
propagateTags
- 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.- Returns:
this
-
protocol
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder protocol(ApplicationProtocol protocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocol()
- Parameters:
protocol
- The protocol for connections from clients to the load balancer. The load balancer port is determined from the protocol (port 80 for HTTP, port 443 for HTTPS). A domain name and zone must be also be specified if using HTTPS.- Returns:
this
-
protocolVersion
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder protocolVersion(ApplicationProtocolVersion protocolVersion) Sets the value ofApplicationLoadBalancedServiceBaseProps.getProtocolVersion()
- Parameters:
protocolVersion
- The protocol version to use.- Returns:
this
-
publicLoadBalancer
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder publicLoadBalancer(Boolean publicLoadBalancer) Sets the value ofApplicationLoadBalancedServiceBaseProps.getPublicLoadBalancer()
- Parameters:
publicLoadBalancer
- Determines whether the Load Balancer will be internet-facing.- Returns:
this
-
recordType
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder recordType(ApplicationLoadBalancedServiceRecordType recordType) Sets the value ofApplicationLoadBalancedServiceBaseProps.getRecordType()
- Parameters:
recordType
- Specifies whether the Route53 record should be a CNAME, an A record using the Alias feature or no record at all. This is useful if you need to work with DNS systems that do not support alias records.- Returns:
this
-
redirectHttp
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder redirectHttp(Boolean redirectHttp) Sets the value ofinvalid @link
ApplicationLoadBalancedServiceBaseProps#getRedirectHttp
- Parameters:
redirectHttp
- Specifies whether the load balancer should redirect traffic on port 80 to port 443 to support HTTP->HTTPS redirects This is only valid if the protocol of the ALB is HTTPS.- Returns:
this
-
serviceName
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder serviceName(String serviceName) Sets the value ofApplicationLoadBalancedServiceBaseProps.getServiceName()
- Parameters:
serviceName
- The name of the service.- Returns:
this
-
sslPolicy
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder sslPolicy(SslPolicy sslPolicy) Sets the value ofApplicationLoadBalancedServiceBaseProps.getSslPolicy()
- Parameters:
sslPolicy
- The security policy that defines which ciphers and protocols are supported by the ALB Listener.- Returns:
this
-
targetProtocol
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder targetProtocol(ApplicationProtocol targetProtocol) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTargetProtocol()
- Parameters:
targetProtocol
- The protocol for connections from the load balancer to the ECS tasks. The default target port is determined from the protocol (port 80 for HTTP, port 443 for HTTPS).- Returns:
this
-
taskImageOptions
@Stability(Stable) public ApplicationLoadBalancedServiceBaseProps.Builder taskImageOptions(ApplicationLoadBalancedTaskImageOptions taskImageOptions) Sets the value ofApplicationLoadBalancedServiceBaseProps.getTaskImageOptions()
- Parameters:
taskImageOptions
- The properties required to create a new task definition. TaskDefinition or TaskImageOptions must be specified, but not both.- Returns:
this
-
vpc
Sets the value ofApplicationLoadBalancedServiceBaseProps.getVpc()
- Parameters:
vpc
- The VPC where the container instances will be launched or the elastic network interfaces (ENIs) will be deployed. If a vpc is specified, the cluster construct should be omitted. Alternatively, you can omit both vpc and cluster.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ApplicationLoadBalancedServiceBaseProps>
- Returns:
- a new instance of
ApplicationLoadBalancedServiceBaseProps
- Throws:
NullPointerException
- if any required attribute was not provided
-