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.
    • datasetId

      DatasetSummary.Builder datasetId(String datasetId)

      The unique identifier of the dataset.

      Parameters:
      datasetId - The unique identifier 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.
    • description

      DatasetSummary.Builder description(String description)

      The description of the dataset.

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

      The current status of the dataset.

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

      The current status of the dataset.

      Parameters:
      status - The current status of the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • draftStatus

      DatasetSummary.Builder draftStatus(String draftStatus)

      Publish synchronization state. Only authoritative when status is ACTIVE.

      Parameters:
      draftStatus - Publish synchronization state. Only authoritative when status is ACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • draftStatus

      DatasetSummary.Builder draftStatus(DraftStatus draftStatus)

      Publish synchronization state. Only authoritative when status is ACTIVE.

      Parameters:
      draftStatus - Publish synchronization state. Only authoritative when status is ACTIVE.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • schemaType

      DatasetSummary.Builder schemaType(String schemaType)

      The schema type of the dataset.

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

      DatasetSummary.Builder schemaType(DatasetSchemaType schemaType)

      The schema type of the dataset.

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

      DatasetSummary.Builder exampleCount(Long exampleCount)

      The number of examples in the dataset.

      Parameters:
      exampleCount - The number of examples in the dataset.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      DatasetSummary.Builder createdAt(Instant createdAt)

      The timestamp when the dataset was created.

      Parameters:
      createdAt - The timestamp when the dataset was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      DatasetSummary.Builder updatedAt(Instant updatedAt)

      The timestamp when the dataset was last updated.

      Parameters:
      updatedAt - The timestamp when the dataset was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.