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 Details

    • 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, LastModificationTime is the current time of the ListDatasetGroups call.

      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, LastModificationTime is the current time of the ListDatasetGroups call.
      Returns:
      Returns a reference to this object so that method calls can be chained together.