Uses of Interface
software.amazon.awscdk.services.stepfunctions.tasks.BatchContainerOverrides
Packages that use BatchContainerOverrides
Package
Description
Tasks for AWS Step Functions
-
Uses of BatchContainerOverrides in software.amazon.awscdk.services.stepfunctions.tasks
Classes in software.amazon.awscdk.services.stepfunctions.tasks that implement BatchContainerOverridesModifier and TypeClassDescriptionstatic final classAn implementation forBatchContainerOverridesMethods in software.amazon.awscdk.services.stepfunctions.tasks that return BatchContainerOverridesModifier and TypeMethodDescriptionBatchContainerOverrides.Builder.build()Builds the configured instance.default BatchContainerOverridesBatchSubmitJobProps.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 BatchContainerOverridesBatchSubmitJobProps.Jsii$Proxy.getContainerOverrides()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type BatchContainerOverridesModifier 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()