Interface CreateDatasetResponse.Builder

    • Method Detail

      • datasetName

        CreateDatasetResponse.Builder datasetName​(String datasetName)

        The name of the dataset being created.

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

        CreateDatasetResponse.Builder datasetArn​(String datasetArn)

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

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

        CreateDatasetResponse.Builder status​(String status)

        Indicates the status of the CreateDataset operation.

        Parameters:
        status - Indicates the status of the CreateDataset operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetStatus, DatasetStatus