Class CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanrooms.CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnCollaborationPropsMixin.MLPaymentConfigProperty>
- Enclosing interface:
CfnCollaborationPropsMixin.MLPaymentConfigProperty
@Stability(Stable)
public static final class CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnCollaborationPropsMixin.MLPaymentConfigProperty>
A builder for
CfnCollaborationPropsMixin.MLPaymentConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelInference()modelInference(IResolvable modelInference) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelInference()Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelTraining()modelTraining(IResolvable modelTraining) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelTraining()syntheticDataGeneration(CfnCollaborationPropsMixin.SyntheticDataGenerationPaymentConfigProperty syntheticDataGeneration) syntheticDataGeneration(IResolvable syntheticDataGeneration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelInference
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder modelInference(IResolvable modelInference) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelInference()- Parameters:
modelInference- The payment responsibilities accepted by the member for model inference.- Returns:
this
-
modelInference
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder modelInference(CfnCollaborationPropsMixin.ModelInferencePaymentConfigProperty modelInference) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelInference()- Parameters:
modelInference- The payment responsibilities accepted by the member for model inference.- Returns:
this
-
modelTraining
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder modelTraining(IResolvable modelTraining) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelTraining()- Parameters:
modelTraining- The payment responsibilities accepted by the member for model training.- Returns:
this
-
modelTraining
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder modelTraining(CfnCollaborationPropsMixin.ModelTrainingPaymentConfigProperty modelTraining) Sets the value ofCfnCollaborationPropsMixin.MLPaymentConfigProperty.getModelTraining()- Parameters:
modelTraining- The payment responsibilities accepted by the member for model training.- Returns:
this
-
syntheticDataGeneration
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder syntheticDataGeneration(IResolvable syntheticDataGeneration) - Parameters:
syntheticDataGeneration- The payment configuration for machine learning synthetic data generation.- Returns:
this
-
syntheticDataGeneration
@Stability(Stable) public CfnCollaborationPropsMixin.MLPaymentConfigProperty.Builder syntheticDataGeneration(CfnCollaborationPropsMixin.SyntheticDataGenerationPaymentConfigProperty syntheticDataGeneration) - Parameters:
syntheticDataGeneration- The payment configuration for machine learning synthetic data generation.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnCollaborationPropsMixin.MLPaymentConfigProperty>- Returns:
- a new instance of
CfnCollaborationPropsMixin.MLPaymentConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-