Interface CreateDatasetVersionResponse.Builder

  • Method Details

    • 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

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

      Always UPDATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.

      Parameters:
      status - Always UPDATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Always UPDATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.

      Parameters:
      status - Always UPDATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=UNMODIFIED) or UPDATE_FAILED.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • datasetVersion

      CreateDatasetVersionResponse.Builder datasetVersion(String datasetVersion)

      The version being created.

      Parameters:
      datasetVersion - The version being created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The timestamp when the version creation was initiated.

      Parameters:
      createdAt - The timestamp when the version creation was initiated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.