Interface AnalyticsConfiguration.Builder

    • Method Detail

      • id

        AnalyticsConfiguration.Builder id​(String id)

        The ID that identifies the analytics configuration.

        Parameters:
        id - The ID that identifies the analytics configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filter

        AnalyticsConfiguration.Builder filter​(AnalyticsFilter filter)

        The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.

        Parameters:
        filter - The filter used to describe a set of objects for analyses. A filter must have exactly one prefix, one tag, or one conjunction (AnalyticsAndOperator). If no filter is provided, all objects will be considered in any analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • storageClassAnalysis

        AnalyticsConfiguration.Builder storageClassAnalysis​(StorageClassAnalysis storageClassAnalysis)

        Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.

        Parameters:
        storageClassAnalysis - Contains data related to access patterns to be collected and made available to analyze the tradeoffs between different storage classes.
        Returns:
        Returns a reference to this object so that method calls can be chained together.