Class CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.AppSpecificationProperty>
- Enclosing interface:
CfnProcessingJobPropsMixin.AppSpecificationProperty
@Stability(Stable)
public static final class CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.AppSpecificationProperty>
A builder for
CfnProcessingJobPropsMixin.AppSpecificationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerArguments(List<String> containerArguments) containerEntrypoint(List<String> containerEntrypoint) Sets the value ofCfnProcessingJobPropsMixin.AppSpecificationProperty.getImageUri()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerArguments
@Stability(Stable) public CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder containerArguments(List<String> containerArguments) - Parameters:
containerArguments- The arguments for a container used to run a processing job.- Returns:
this
-
containerEntrypoint
@Stability(Stable) public CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder containerEntrypoint(List<String> containerEntrypoint) - Parameters:
containerEntrypoint- The entrypoint for a container used to run a processing job.- Returns:
this
-
imageUri
@Stability(Stable) public CfnProcessingJobPropsMixin.AppSpecificationProperty.Builder imageUri(String imageUri) Sets the value ofCfnProcessingJobPropsMixin.AppSpecificationProperty.getImageUri()- Parameters:
imageUri- The container image to be run by the processing job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProcessingJobPropsMixin.AppSpecificationProperty>- Returns:
- a new instance of
CfnProcessingJobPropsMixin.AppSpecificationProperty - Throws:
NullPointerException- if any required attribute was not provided
-