Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides
Package
Description
Tasks for AWS Step Functions
-
Uses of BatchContainerOverrides in software.amazon.awscdk.services.stepfunctions.tasks
Modifier and TypeClassDescriptionstatic final class
An implementation forBatchContainerOverrides
Modifier and TypeMethodDescriptionBatchContainerOverrides.Builder.build()
Builds the configured instance.default BatchContainerOverrides
BatchSubmitJobProps.getContainerOverrides()
A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.final BatchContainerOverrides
BatchSubmitJobProps.Jsii$Proxy.getContainerOverrides()
Modifier and TypeMethodDescriptionBatchSubmitJob.Builder.containerOverrides
(BatchContainerOverrides containerOverrides) A list of container overrides in JSON format that specify the name of a container in the specified job definition and the overrides it should receive.BatchSubmitJobProps.Builder.containerOverrides
(BatchContainerOverrides containerOverrides) Sets the value ofBatchSubmitJobProps.getContainerOverrides()