Interface CreateDataViewResponse.Builder

    • Method Detail

      • datasetId

        CreateDataViewResponse.Builder datasetId​(String datasetId)

        The unique identifier of the Dataset used for the Dataview.

        Parameters:
        datasetId - The unique identifier of the Dataset used for the Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataViewId

        CreateDataViewResponse.Builder dataViewId​(String dataViewId)

        The unique identifier for the created Dataview.

        Parameters:
        dataViewId - The unique identifier for the created Dataview.
        Returns:
        Returns a reference to this object so that method calls can be chained together.