Uses of Class
software.amazon.awscdk.services.ecs.BaseServiceOptions.Builder
Packages that use BaseServiceOptions.Builder
-
Uses of BaseServiceOptions.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return BaseServiceOptions.BuilderModifier and TypeMethodDescriptionSets the value ofBaseServiceOptions.getBakeTime()static BaseServiceOptions.BuilderBaseServiceOptions.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.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()BaseServiceOptions.Builder.desiredCount(Number desiredCount) Sets the value ofBaseServiceOptions.getDesiredCount()BaseServiceOptions.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid reference
BaseServiceOptions#getEnableEcsManagedTagsBaseServiceOptions.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofBaseServiceOptions.getEnableExecuteCommand()BaseServiceOptions.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()BaseServiceOptions.Builder.lifecycleHooks(List<? extends IDeploymentLifecycleHookTarget> lifecycleHooks) Sets the value ofBaseServiceOptions.getLifecycleHooks()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()Constructors in software.amazon.awscdk.services.ecs with parameters of type BaseServiceOptions.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(BaseServiceOptions.Builder builder) Constructor that initializes the object based on literal property values passed by theBaseServiceOptions.Builder.