Uses of Class
software.amazon.awscdk.services.ecs.CfnExpressGatewayServiceProps.Builder
Packages that use CfnExpressGatewayServiceProps.Builder
-
Uses of CfnExpressGatewayServiceProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return CfnExpressGatewayServiceProps.BuilderModifier and TypeMethodDescriptionCfnExpressGatewayServiceProps.builder()Sets the value ofCfnExpressGatewayServiceProps.getCluster()Sets the value ofCfnExpressGatewayServiceProps.getCpu()CfnExpressGatewayServiceProps.Builder.executionRoleArn(String executionRoleArn) Sets the value ofCfnExpressGatewayServiceProps.getExecutionRoleArn()CfnExpressGatewayServiceProps.Builder.healthCheckPath(String healthCheckPath) Sets the value ofCfnExpressGatewayServiceProps.getHealthCheckPath()CfnExpressGatewayServiceProps.Builder.infrastructureRoleArn(String infrastructureRoleArn) Sets the value ofCfnExpressGatewayServiceProps.getInfrastructureRoleArn()Sets the value ofCfnExpressGatewayServiceProps.getMemory()CfnExpressGatewayServiceProps.Builder.networkConfiguration(IResolvable networkConfiguration) Sets the value ofCfnExpressGatewayServiceProps.getNetworkConfiguration()CfnExpressGatewayServiceProps.Builder.networkConfiguration(CfnExpressGatewayService.ExpressGatewayServiceNetworkConfigurationProperty networkConfiguration) Sets the value ofCfnExpressGatewayServiceProps.getNetworkConfiguration()CfnExpressGatewayServiceProps.Builder.primaryContainer(IResolvable primaryContainer) Sets the value ofCfnExpressGatewayServiceProps.getPrimaryContainer()CfnExpressGatewayServiceProps.Builder.primaryContainer(CfnExpressGatewayService.ExpressGatewayContainerProperty primaryContainer) Sets the value ofCfnExpressGatewayServiceProps.getPrimaryContainer()CfnExpressGatewayServiceProps.Builder.scalingTarget(IResolvable scalingTarget) Sets the value ofCfnExpressGatewayServiceProps.getScalingTarget()CfnExpressGatewayServiceProps.Builder.scalingTarget(CfnExpressGatewayService.ExpressGatewayScalingTargetProperty scalingTarget) Sets the value ofCfnExpressGatewayServiceProps.getScalingTarget()CfnExpressGatewayServiceProps.Builder.serviceName(String serviceName) Sets the value ofCfnExpressGatewayServiceProps.getServiceName()Sets the value ofCfnExpressGatewayServiceProps.getTags()CfnExpressGatewayServiceProps.Builder.taskRoleArn(String taskRoleArn) Sets the value ofCfnExpressGatewayServiceProps.getTaskRoleArn()Constructors in software.amazon.awscdk.services.ecs with parameters of type CfnExpressGatewayServiceProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnExpressGatewayServiceProps.Builder.