Uses of Class
software.amazon.awscdk.services.pipes.CfnPipe.EcsContainerOverrideProperty.Builder
-
Uses of CfnPipe.EcsContainerOverrideProperty.Builder in software.amazon.awscdk.services.pipes
Modifier and TypeMethodDescriptionCfnPipe.EcsContainerOverrideProperty.builder()
Sets the value ofCfnPipe.EcsContainerOverrideProperty.getCommand()
Sets the value ofCfnPipe.EcsContainerOverrideProperty.getCpu()
CfnPipe.EcsContainerOverrideProperty.Builder.environment
(List<? extends Object> environment) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getEnvironment()
CfnPipe.EcsContainerOverrideProperty.Builder.environment
(IResolvable environment) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getEnvironment()
CfnPipe.EcsContainerOverrideProperty.Builder.environmentFiles
(List<? extends Object> environmentFiles) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getEnvironmentFiles()
CfnPipe.EcsContainerOverrideProperty.Builder.environmentFiles
(IResolvable environmentFiles) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getEnvironmentFiles()
Sets the value ofCfnPipe.EcsContainerOverrideProperty.getMemory()
CfnPipe.EcsContainerOverrideProperty.Builder.memoryReservation
(Number memoryReservation) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getMemoryReservation()
Sets the value ofCfnPipe.EcsContainerOverrideProperty.getName()
CfnPipe.EcsContainerOverrideProperty.Builder.resourceRequirements
(List<? extends Object> resourceRequirements) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getResourceRequirements()
CfnPipe.EcsContainerOverrideProperty.Builder.resourceRequirements
(IResolvable resourceRequirements) Sets the value ofCfnPipe.EcsContainerOverrideProperty.getResourceRequirements()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.EcsContainerOverrideProperty.Builder
.