Interface DatasetSummary.Builder

  • Method Details

    • datasetArn

      DatasetSummary.Builder datasetArn(String datasetArn)

      The Amazon Resource Name (ARN) of the dataset.

      Parameters:
      datasetArn - The Amazon Resource Name (ARN) of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetName

      DatasetSummary.Builder datasetName(String datasetName)

      The name of the dataset.

      Parameters:
      datasetName - The name of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • datasetType

      DatasetSummary.Builder datasetType(String datasetType)

      The dataset type.

      Parameters:
      datasetType - The dataset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetType

      DatasetSummary.Builder datasetType(DatasetType datasetType)

      The dataset type.

      Parameters:
      datasetType - The dataset type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domain

      The domain associated with the dataset.

      Parameters:
      domain - The domain associated with the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • domain

      The domain associated with the dataset.

      Parameters:
      domain - The domain associated with the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      DatasetSummary.Builder creationTime(Instant creationTime)

      When the dataset was created.

      Parameters:
      creationTime - When the dataset was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationTime

      DatasetSummary.Builder lastModificationTime(Instant lastModificationTime)

      When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.

      Parameters:
      lastModificationTime - When you create a dataset, LastModificationTime is the same as CreationTime. While data is being imported to the dataset, LastModificationTime is the current time of the ListDatasets call. After a CreateDatasetImportJob operation has finished, LastModificationTime is when the import job completed or failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.