Interface DataSetUsageConfiguration.Builder

    • Method Detail

      • disableUseAsDirectQuerySource

        DataSetUsageConfiguration.Builder disableUseAsDirectQuerySource​(Boolean disableUseAsDirectQuerySource)

        An option that controls whether a child dataset of a direct query can use this dataset as a source.

        Parameters:
        disableUseAsDirectQuerySource - An option that controls whether a child dataset of a direct query can use this dataset as a source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disableUseAsImportedSource

        DataSetUsageConfiguration.Builder disableUseAsImportedSource​(Boolean disableUseAsImportedSource)

        An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.

        Parameters:
        disableUseAsImportedSource - An option that controls whether a child dataset that's stored in QuickSight can use this dataset as a source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.