@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 - The name of the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder domain(String domain)
CfnDatasetGroupProps.getDomain()domain - The domain of a Domain dataset group.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder kmsKeyArn(String kmsKeyArn)
CfnDatasetGroupProps.getKmsKeyArn()kmsKeyArn - The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the datasets.this@Stability(value=Stable) public CfnDatasetGroupProps.Builder roleArn(String roleArn)
CfnDatasetGroupProps.getRoleArn()roleArn - The ARN of the IAM role that has permissions to create the dataset group.this@Stability(value=Stable) public CfnDatasetGroupProps build()
build in interface software.amazon.jsii.Builder<CfnDatasetGroupProps>CfnDatasetGroupPropsNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.