public static interface DatasetGroupSummary.Builder extends SdkPojo, CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetGroupSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset group was created.
|
DatasetGroupSummary.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary.Builder |
failureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
|
DatasetGroupSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
|
DatasetGroupSummary.Builder |
name(String name)
The name of the dataset group.
|
DatasetGroupSummary.Builder |
status(String status)
The status of the dataset group.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetGroupSummary.Builder name(String name)
The name of the dataset group.
name - The name of the dataset group.DatasetGroupSummary.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupArn - The Amazon Resource Name (ARN) of the dataset group.DatasetGroupSummary.Builder status(String status)
The 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 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
DatasetGroupSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix time) that the dataset group was created.
creationDateTime - The date and time (in Unix time) that the dataset group was created.DatasetGroupSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the dataset group was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the dataset group was last updated.DatasetGroupSummary.Builder failureReason(String failureReason)
If creating a dataset group fails, the reason behind the failure.
failureReason - If creating a dataset group fails, the reason behind the failure.Copyright © 2019. All rights reserved.