public static interface DatasetGroupSummary.Builder extends SdkPojo, CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetGroupSummary.Builder |
creationTime(Instant creationTime)
When the dataset group was created.
|
DatasetGroupSummary.Builder |
datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
|
DatasetGroupSummary.Builder |
datasetGroupName(String datasetGroupName)
The name of the dataset group.
|
DatasetGroupSummary.Builder |
lastModificationTime(Instant lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetGroupSummary.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 datasetGroupName(String datasetGroupName)
The name of the dataset group.
datasetGroupName - The name of the dataset group.DatasetGroupSummary.Builder creationTime(Instant creationTime)
When the dataset group was created.
creationTime - When the dataset group was created.DatasetGroupSummary.Builder lastModificationTime(Instant lastModificationTime)
When the dataset group was created or last updated from a call to the UpdateDatasetGroup
operation. While the dataset group is being updated, LastModificationTime is the current time of
the ListDatasetGroups call.
lastModificationTime - When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTime is the current time of the ListDatasetGroups call.Copyright © 2023. All rights reserved.