Interface DatasetGroupSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>,SdkBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>,SdkPojo
- Enclosing class:
- DatasetGroupSummary
public static interface DatasetGroupSummary.Builder extends SdkPojo, CopyableBuilder<DatasetGroupSummary.Builder,DatasetGroupSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetGroupSummary.BuildercreationTime(Instant creationTime)When the dataset group was created.DatasetGroupSummary.BuilderdatasetGroupArn(String datasetGroupArn)The Amazon Resource Name (ARN) of the dataset group.DatasetGroupSummary.BuilderdatasetGroupName(String datasetGroupName)The name of the dataset group.DatasetGroupSummary.BuilderlastModificationTime(Instant lastModificationTime)When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
datasetGroupArn
DatasetGroupSummary.Builder datasetGroupArn(String datasetGroupArn)
The Amazon Resource Name (ARN) of the dataset group.
- Parameters:
datasetGroupArn- The Amazon Resource Name (ARN) of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetGroupName
DatasetGroupSummary.Builder datasetGroupName(String datasetGroupName)
The name of the dataset group.
- Parameters:
datasetGroupName- The name of the dataset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DatasetGroupSummary.Builder creationTime(Instant creationTime)
When the dataset group was created.
- Parameters:
creationTime- When the dataset group was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
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,
LastModificationTimeis the current time of theListDatasetGroupscall.- Parameters:
lastModificationTime- When the dataset group was created or last updated from a call to the UpdateDatasetGroup operation. While the dataset group is being updated,LastModificationTimeis the current time of theListDatasetGroupscall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-