@Stability(value=Stable) public static final class CfnDatasetGroup.Builder extends Object implements software.amazon.jsii.Builder<CfnDatasetGroup>
CfnDatasetGroup.| Modifier and Type | Method and Description |
|---|---|
CfnDatasetGroup |
build() |
static CfnDatasetGroup.Builder |
create(Construct scope,
String id) |
CfnDatasetGroup.Builder |
domain(String domain)
The domain of a Domain dataset group.
|
CfnDatasetGroup.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the datasets.
|
CfnDatasetGroup.Builder |
name(String name)
The name of the dataset group.
|
CfnDatasetGroup.Builder |
roleArn(String roleArn)
The ARN of the IAM role that has permissions to create the dataset group.
|
@Stability(value=Stable) public static CfnDatasetGroup.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnDatasetGroup.Builder.@Stability(value=Stable) public CfnDatasetGroup.Builder name(String name)
name - The name of the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder domain(String domain)
domain - The domain of a Domain dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder kmsKeyArn(String kmsKeyArn)
kmsKeyArn - The Amazon Resource Name (ARN) of the AWS Key Management Service (KMS) key used to encrypt the datasets. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup.Builder roleArn(String roleArn)
roleArn - The ARN of the IAM role that has permissions to create the dataset group. This parameter is required.this@Stability(value=Stable) public CfnDatasetGroup build()
build in interface software.amazon.jsii.Builder<CfnDatasetGroup>Copyright © 2023. All rights reserved.