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