Class CfnTrainingDatasetMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cleanroomsml.CfnTrainingDatasetMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTrainingDatasetMixinProps>
- Enclosing interface:
CfnTrainingDatasetMixinProps
@Stability(Stable)
public static final class CfnTrainingDatasetMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTrainingDatasetMixinProps>
A builder for
CfnTrainingDatasetMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnTrainingDatasetMixinProps.getDescription()Sets the value ofCfnTrainingDatasetMixinProps.getName()Sets the value ofCfnTrainingDatasetMixinProps.getRoleArn()Sets the value ofCfnTrainingDatasetMixinProps.getTags()trainingData(List<? extends Object> trainingData) Sets the value ofCfnTrainingDatasetMixinProps.getTrainingData()trainingData(IResolvable trainingData) Sets the value ofCfnTrainingDatasetMixinProps.getTrainingData()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
Sets the value ofCfnTrainingDatasetMixinProps.getDescription()- Parameters:
description- The description of the training dataset.- Returns:
this
-
name
Sets the value ofCfnTrainingDatasetMixinProps.getName()- Parameters:
name- The name of the training dataset.- Returns:
this
-
roleArn
Sets the value ofCfnTrainingDatasetMixinProps.getRoleArn()- Parameters:
roleArn- The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in thedataSourcefield of each dataset. Passing a role across accounts is not allowed. If you pass a role that isn't in your account, you get anAccessDeniedExceptionerror.- Returns:
this
-
tags
Sets the value ofCfnTrainingDatasetMixinProps.getTags()- Parameters:
tags- The optional metadata that you apply to the resource to help you categorize and organize them. Each tag consists of a key and an optional value, both of which you define.The following basic restrictions apply to tags:
- Maximum number of tags per resource - 50.
- For each resource, each tag key must be unique, and each tag key can have only one value.
- Maximum key length - 128 Unicode characters in UTF-8.
- Maximum value length - 256 Unicode characters in UTF-8.
- If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : /
- Returns:
this
-
trainingData
@Stability(Stable) public CfnTrainingDatasetMixinProps.Builder trainingData(IResolvable trainingData) Sets the value ofCfnTrainingDatasetMixinProps.getTrainingData()- Parameters:
trainingData- An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.- Returns:
this
-
trainingData
@Stability(Stable) public CfnTrainingDatasetMixinProps.Builder trainingData(List<? extends Object> trainingData) Sets the value ofCfnTrainingDatasetMixinProps.getTrainingData()- Parameters:
trainingData- An array of information that lists the Dataset objects, which specifies the dataset type and details on its location and schema. You must provide a role that has read access to these tables.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTrainingDatasetMixinProps>- Returns:
- a new instance of
CfnTrainingDatasetMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-