@Stability(value=Stable) public static final class CfnDatasetGroupProps.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetGroupProps>
CfnDatasetGroupProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnDatasetGroupProps |
build()
Builds the configured instance.
|
CfnDatasetGroupProps.Builder |
domain(String domain)
Sets the value of
CfnDatasetGroupProps.getDomain() |
CfnDatasetGroupProps.Builder |
kmsKeyArn(String kmsKeyArn)
Sets the value of
CfnDatasetGroupProps.getKmsKeyArn() |
CfnDatasetGroupProps.Builder |
name(String name)
Sets the value of
CfnDatasetGroupProps.getName() |
CfnDatasetGroupProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnDatasetGroupProps.getRoleArn() |
@Stability(value=Stable) public CfnDatasetGroupProps.Builder name(String name)
CfnDatasetGroupProps.getName()name - `AWS::Personalize::DatasetGroup.Name`. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder domain(String domain)
CfnDatasetGroupProps.getDomain()domain - `AWS::Personalize::DatasetGroup.Domain`.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder kmsKeyArn(String kmsKeyArn)
CfnDatasetGroupProps.getKmsKeyArn()kmsKeyArn - `AWS::Personalize::DatasetGroup.KmsKeyArn`.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder roleArn(String roleArn)
CfnDatasetGroupProps.getRoleArn()roleArn - `AWS::Personalize::DatasetGroup.RoleArn`.this@Stability(value=Stable) public CfnDatasetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDatasetGroupProps>CfnDatasetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.