Uses of Class
software.amazon.awscdk.services.codepipeline.actions.EcsDeployActionProps.Builder
-
Uses of EcsDeployActionProps.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionEcsDeployActionProps.Builder.actionName
(String actionName) Sets the value ofCommonActionProps.getActionName()
static EcsDeployActionProps.Builder
EcsDeployActionProps.builder()
EcsDeployActionProps.Builder.deploymentTimeout
(Duration deploymentTimeout) Sets the value ofEcsDeployActionProps.getDeploymentTimeout()
EcsDeployActionProps.Builder.imageFile
(ArtifactPath imageFile) Sets the value ofEcsDeployActionProps.getImageFile()
Sets the value ofEcsDeployActionProps.getInput()
Sets the value ofCommonAwsActionProps.getRole()
Sets the value ofCommonActionProps.getRunOrder()
EcsDeployActionProps.Builder.service
(IBaseService service) Sets the value ofEcsDeployActionProps.getService()
EcsDeployActionProps.Builder.variablesNamespace
(String variablesNamespace) Sets the value ofCommonActionProps.getVariablesNamespace()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(EcsDeployActionProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEcsDeployActionProps.Builder
.