Uses of Class
software.amazon.awscdk.services.pipes.CfnPipe.BatchContainerOverridesProperty.Builder
-
Uses of CfnPipe.BatchContainerOverridesProperty.Builder in software.amazon.awscdk.services.pipes
Modifier and TypeMethodDescriptionCfnPipe.BatchContainerOverridesProperty.builder()
Sets the value ofCfnPipe.BatchContainerOverridesProperty.getCommand()
CfnPipe.BatchContainerOverridesProperty.Builder.environment
(List<? extends Object> environment) Sets the value ofCfnPipe.BatchContainerOverridesProperty.getEnvironment()
CfnPipe.BatchContainerOverridesProperty.Builder.environment
(IResolvable environment) Sets the value ofCfnPipe.BatchContainerOverridesProperty.getEnvironment()
CfnPipe.BatchContainerOverridesProperty.Builder.instanceType
(String instanceType) Sets the value ofCfnPipe.BatchContainerOverridesProperty.getInstanceType()
CfnPipe.BatchContainerOverridesProperty.Builder.resourceRequirements
(List<? extends Object> resourceRequirements) Sets the value ofCfnPipe.BatchContainerOverridesProperty.getResourceRequirements()
CfnPipe.BatchContainerOverridesProperty.Builder.resourceRequirements
(IResolvable resourceRequirements) Sets the value ofCfnPipe.BatchContainerOverridesProperty.getResourceRequirements()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.BatchContainerOverridesProperty.Builder
.