Uses of Class
software.amazon.awscdk.services.ecs.ExternalServiceProps.Builder
Packages that use ExternalServiceProps.Builder
-
Uses of ExternalServiceProps.Builder in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return ExternalServiceProps.BuilderModifier and TypeMethodDescriptionSets the value ofBaseServiceOptions.getBakeTime()static ExternalServiceProps.BuilderExternalServiceProps.builder()ExternalServiceProps.Builder.capacityProviderStrategies(List<? extends CapacityProviderStrategy> capacityProviderStrategies) Sets the value ofBaseServiceOptions.getCapacityProviderStrategies()ExternalServiceProps.Builder.circuitBreaker(DeploymentCircuitBreaker circuitBreaker) Sets the value ofBaseServiceOptions.getCircuitBreaker()ExternalServiceProps.Builder.cloudMapOptions(CloudMapOptions cloudMapOptions) Sets the value ofBaseServiceOptions.getCloudMapOptions()Sets the value ofBaseServiceOptions.getCluster()Sets the value ofExternalServiceProps.getDaemon()ExternalServiceProps.Builder.deploymentAlarms(DeploymentAlarmConfig deploymentAlarms) Sets the value ofBaseServiceOptions.getDeploymentAlarms()ExternalServiceProps.Builder.deploymentController(DeploymentController deploymentController) Sets the value ofBaseServiceOptions.getDeploymentController()ExternalServiceProps.Builder.deploymentStrategy(DeploymentStrategy deploymentStrategy) Sets the value ofBaseServiceOptions.getDeploymentStrategy()ExternalServiceProps.Builder.desiredCount(Number desiredCount) Sets the value ofBaseServiceOptions.getDesiredCount()ExternalServiceProps.Builder.enableEcsManagedTags(Boolean enableEcsManagedTags) Sets the value ofinvalid reference
ExternalServiceProps#getEnableEcsManagedTagsExternalServiceProps.Builder.enableExecuteCommand(Boolean enableExecuteCommand) Sets the value ofBaseServiceOptions.getEnableExecuteCommand()ExternalServiceProps.Builder.healthCheckGracePeriod(Duration healthCheckGracePeriod) Sets the value ofBaseServiceOptions.getHealthCheckGracePeriod()ExternalServiceProps.Builder.lifecycleHooks(List<? extends IDeploymentLifecycleHookTarget> lifecycleHooks) Sets the value ofBaseServiceOptions.getLifecycleHooks()ExternalServiceProps.Builder.maxHealthyPercent(Number maxHealthyPercent) Sets the value ofBaseServiceOptions.getMaxHealthyPercent()ExternalServiceProps.Builder.minHealthyPercent(Number minHealthyPercent) Sets the value ofBaseServiceOptions.getMinHealthyPercent()ExternalServiceProps.Builder.propagateTags(PropagatedTagSource propagateTags) Sets the value ofBaseServiceOptions.getPropagateTags()ExternalServiceProps.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups) Sets the value ofExternalServiceProps.getSecurityGroups()ExternalServiceProps.Builder.serviceConnectConfiguration(ServiceConnectProps serviceConnectConfiguration) Sets the value ofBaseServiceOptions.getServiceConnectConfiguration()ExternalServiceProps.Builder.serviceName(String serviceName) Sets the value ofBaseServiceOptions.getServiceName()ExternalServiceProps.Builder.taskDefinition(TaskDefinition taskDefinition) Sets the value ofExternalServiceProps.getTaskDefinition()ExternalServiceProps.Builder.taskDefinitionRevision(TaskDefinitionRevision taskDefinitionRevision) Sets the value ofBaseServiceOptions.getTaskDefinitionRevision()ExternalServiceProps.Builder.volumeConfigurations(List<? extends ServiceManagedVolume> volumeConfigurations) Sets the value ofBaseServiceOptions.getVolumeConfigurations()Constructors in software.amazon.awscdk.services.ecs with parameters of type ExternalServiceProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(ExternalServiceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theExternalServiceProps.Builder.