Uses of Class
software.amazon.awscdk.services.stepfunctions.tasks.ContainerOverrides.Builder
Package
Description
Tasks for AWS Step Functions
-
Uses of ContainerOverrides.Builder in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeMethodDescriptionstatic ContainerOverrides.Builder
ContainerOverrides.builder()
Sets the value ofContainerOverrides.getCommand()
ContainerOverrides.Builder.environment
(Map<String, String> environment) Sets the value ofContainerOverrides.getEnvironment()
Sets the value ofContainerOverrides.getGpuCount()
ContainerOverrides.Builder.instanceType
(InstanceType instanceType) Sets the value ofContainerOverrides.getInstanceType()
Sets the value ofContainerOverrides.getMemory()
Sets the value ofContainerOverrides.getVcpus()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(ContainerOverrides.Builder builder) Constructor that initializes the object based on literal property values passed by theContainerOverrides.Builder
.