Class CfnProcessingJobPropsMixin.ProcessingResourcesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnProcessingJobPropsMixin.ProcessingResourcesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingResourcesProperty>
- Enclosing interface:
CfnProcessingJobPropsMixin.ProcessingResourcesProperty
@Stability(Stable)
public static final class CfnProcessingJobPropsMixin.ProcessingResourcesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingResourcesProperty>
A builder for
CfnProcessingJobPropsMixin.ProcessingResourcesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.clusterConfig(CfnProcessingJobPropsMixin.ClusterConfigProperty clusterConfig) clusterConfig(IResolvable clusterConfig)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clusterConfig
@Stability(Stable) public CfnProcessingJobPropsMixin.ProcessingResourcesProperty.Builder clusterConfig(IResolvable clusterConfig) - Parameters:
clusterConfig- The configuration for the resources in a cluster used to run the processing job.- Returns:
this
-
clusterConfig
@Stability(Stable) public CfnProcessingJobPropsMixin.ProcessingResourcesProperty.Builder clusterConfig(CfnProcessingJobPropsMixin.ClusterConfigProperty clusterConfig) - Parameters:
clusterConfig- The configuration for the resources in a cluster used to run the processing job.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnProcessingJobPropsMixin.ProcessingResourcesProperty>- Returns:
- a new instance of
CfnProcessingJobPropsMixin.ProcessingResourcesProperty - Throws:
NullPointerException- if any required attribute was not provided
-