Uses of Class
software.amazon.awscdk.services.ecs.patterns.ApplicationTargetProps.Builder
Packages that use ApplicationTargetProps.Builder
Package
Description
CDK Construct library for higher-level ECS Constructs
-
Uses of ApplicationTargetProps.Builder in software.amazon.awscdk.services.ecs.patterns
Methods in software.amazon.awscdk.services.ecs.patterns that return ApplicationTargetProps.BuilderModifier and TypeMethodDescriptionApplicationTargetProps.builder()
ApplicationTargetProps.Builder.containerPort
(Number containerPort) Sets the value ofApplicationTargetProps.getContainerPort()
ApplicationTargetProps.Builder.hostHeader
(String hostHeader) Sets the value ofApplicationTargetProps.getHostHeader()
Sets the value ofApplicationTargetProps.getListener()
ApplicationTargetProps.Builder.pathPattern
(String pathPattern) Sets the value ofApplicationTargetProps.getPathPattern()
Sets the value ofApplicationTargetProps.getPriority()
Sets the value ofApplicationTargetProps.getProtocol()
Constructors in software.amazon.awscdk.services.ecs.patterns with parameters of type ApplicationTargetProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ApplicationTargetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theApplicationTargetProps.Builder
.