Interface ConfigurationRecorderFilter.Builder

    • Method Detail

      • filterValue

        ConfigurationRecorderFilter.Builder filterValue​(Collection<String> filterValue)

        The value of the filter. For recordingScope, valid values include: INTERNAL and PAID.

        INTERNAL indicates that the ConfigurationItems in scope for the configuration recorder are recorded for free.

        PAID indicates that the ConfigurationItems in scope for the configuration recorder impact the costs to your bill.

        Parameters:
        filterValue - The value of the filter. For recordingScope, valid values include: INTERNAL and PAID.

        INTERNAL indicates that the ConfigurationItems in scope for the configuration recorder are recorded for free.

        PAID indicates that the ConfigurationItems in scope for the configuration recorder impact the costs to your bill.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • filterValue

        ConfigurationRecorderFilter.Builder filterValue​(String... filterValue)

        The value of the filter. For recordingScope, valid values include: INTERNAL and PAID.

        INTERNAL indicates that the ConfigurationItems in scope for the configuration recorder are recorded for free.

        PAID indicates that the ConfigurationItems in scope for the configuration recorder impact the costs to your bill.

        Parameters:
        filterValue - The value of the filter. For recordingScope, valid values include: INTERNAL and PAID.

        INTERNAL indicates that the ConfigurationItems in scope for the configuration recorder are recorded for free.

        PAID indicates that the ConfigurationItems in scope for the configuration recorder impact the costs to your bill.

        Returns:
        Returns a reference to this object so that method calls can be chained together.