Interface CreateDatasetResponse.Builder

  • Method Details

    • datasetArn

      CreateDatasetResponse.Builder datasetArn(String datasetArn)

      The Amazon Resource Name (ARN) of the created dataset.

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

      CreateDatasetResponse.Builder datasetId(String datasetId)

      The unique identifier of the created dataset.

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

      Always CREATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.

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

      Always CREATING immediately after this call. Poll GetDataset until status == ACTIVE (draftStatus=MODIFIED) or CREATE_FAILED.

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

      CreateDatasetResponse.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.