public static interface DatasetGroup.Builder extends SdkPojo, CopyableBuilder<DatasetGroup.Builder,DatasetGroup>
| Modifier and Type | Method and Description |
|---|---|
DatasetGroup.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset group.
|
DatasetGroup.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroup.Builder |
failureReason(String failureReason)
If creating a dataset group fails, provides the reason why.
|
DatasetGroup.Builder |
kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.
|
DatasetGroup.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset group.
|
DatasetGroup.Builder |
name(String name)
The name of the dataset group.
|
DatasetGroup.Builder |
roleArn(String roleArn)
The ARN of the IAM role that has permissions to create the dataset group.
|
DatasetGroup.Builder |
status(String status)
The current status of the dataset group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetGroup.Builder name(String name)
The name of the dataset group.
name - The name of the dataset group.DatasetGroup.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.DatasetGroup.Builder status(String status)
The current status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
status - The current status of the dataset group.
A dataset group can be in one of the following states:
CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED
DELETE PENDING
DatasetGroup.Builder roleArn(String roleArn)
The ARN of the IAM role that has permissions to create the dataset group.
roleArn - The ARN of the IAM role that has permissions to create the dataset group.DatasetGroup.Builder kmsKeyArn(String kmsKeyArn)
The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.
kmsKeyArn - The Amazon Resource Name (ARN) of the KMS key used to encrypt the datasets.DatasetGroup.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset group.
creationDateTime - The creation date and time (in Unix time) of the dataset group.DatasetGroup.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset group.
lastUpdatedDateTime - The last update date and time (in Unix time) of the dataset group.DatasetGroup.Builder failureReason(String failureReason)
If creating a dataset group fails, provides the reason why.
failureReason - If creating a dataset group fails, provides the reason why.Copyright © 2021. All rights reserved.