Uses of Class
software.amazon.awscdk.services.ecs.BaseServiceOptions.Builder
-
Uses of BaseServiceOptions.Builder in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionstatic BaseServiceOptions.Builder
BaseServiceOptions.builder()
BaseServiceOptions.Builder.capacityProviderStrategies
(List<? extends CapacityProviderStrategy> capacityProviderStrategies) Sets the value ofBaseServiceOptions.getCapacityProviderStrategies()
BaseServiceOptions.Builder.circuitBreaker
(DeploymentCircuitBreaker circuitBreaker) Sets the value ofBaseServiceOptions.getCircuitBreaker()
BaseServiceOptions.Builder.cloudMapOptions
(CloudMapOptions cloudMapOptions) Sets the value ofBaseServiceOptions.getCloudMapOptions()
Sets the value ofBaseServiceOptions.getCluster()
BaseServiceOptions.Builder.deploymentAlarms
(DeploymentAlarmConfig deploymentAlarms) Sets the value ofBaseServiceOptions.getDeploymentAlarms()
BaseServiceOptions.Builder.deploymentController
(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()
BaseServiceOptions.Builder.desiredCount
(Number desiredCount) Sets the value ofBaseServiceOptions.getDesiredCount()
BaseServiceOptions.Builder.enableEcsManagedTags
(Boolean enableEcsManagedTags) Sets the value ofinvalid @link
BaseServiceOptions#getEnableEcsManagedTags
BaseServiceOptions.Builder.enableExecuteCommand
(Boolean enableExecuteCommand) Sets the value ofBaseServiceOptions.getEnableExecuteCommand()
BaseServiceOptions.Builder.healthCheckGracePeriod
(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()
BaseServiceOptions.Builder.maxHealthyPercent
(Number maxHealthyPercent) Sets the value ofBaseServiceOptions.getMaxHealthyPercent()
BaseServiceOptions.Builder.minHealthyPercent
(Number minHealthyPercent) Sets the value ofBaseServiceOptions.getMinHealthyPercent()
BaseServiceOptions.Builder.propagateTags
(PropagatedTagSource propagateTags) Sets the value ofBaseServiceOptions.getPropagateTags()
BaseServiceOptions.Builder.serviceConnectConfiguration
(ServiceConnectProps serviceConnectConfiguration) Sets the value ofBaseServiceOptions.getServiceConnectConfiguration()
BaseServiceOptions.Builder.serviceName
(String serviceName) Sets the value ofBaseServiceOptions.getServiceName()
BaseServiceOptions.Builder.taskDefinitionRevision
(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()
BaseServiceOptions.Builder.volumeConfigurations
(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(BaseServiceOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseServiceOptions.Builder
.