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 BatchContainerOverridesBatchSubmitJobJsonataProps.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 BatchContainerOverridesBatchSubmitJobJsonataProps.Jsii$Proxy.getContainerOverrides()default BatchContainerOverridesBatchSubmitJobJsonPathProps.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 BatchContainerOverridesBatchSubmitJobJsonPathProps.Jsii$Proxy.getContainerOverrides()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.BatchSubmitJobJsonataProps.Builder.containerOverrides(BatchContainerOverrides containerOverrides) Sets the value ofBatchSubmitJobJsonataProps.getContainerOverrides()BatchSubmitJobJsonPathProps.Builder.containerOverrides(BatchContainerOverrides containerOverrides) Sets the value ofBatchSubmitJobJsonPathProps.getContainerOverrides()BatchSubmitJobProps.Builder.containerOverrides(BatchContainerOverrides containerOverrides) Sets the value ofBatchSubmitJobProps.getContainerOverrides()