Interface ExclusionByResourceTypes.Builder

    • Method Detail

      • resourceTypesWithStrings

        ExclusionByResourceTypes.Builder resourceTypesWithStrings​(Collection<String> resourceTypes)

        A comma-separated list of resource types to exclude from recording by the configuration recorder.

        Parameters:
        resourceTypes - A comma-separated list of resource types to exclude from recording by the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

        ExclusionByResourceTypes.Builder resourceTypesWithStrings​(String... resourceTypes)

        A comma-separated list of resource types to exclude from recording by the configuration recorder.

        Parameters:
        resourceTypes - A comma-separated list of resource types to exclude from recording by the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ExclusionByResourceTypes.Builder resourceTypes​(Collection<ResourceType> resourceTypes)

        A comma-separated list of resource types to exclude from recording by the configuration recorder.

        Parameters:
        resourceTypes - A comma-separated list of resource types to exclude from recording by the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        ExclusionByResourceTypes.Builder resourceTypes​(ResourceType... resourceTypes)

        A comma-separated list of resource types to exclude from recording by the configuration recorder.

        Parameters:
        resourceTypes - A comma-separated list of resource types to exclude from recording by the configuration recorder.
        Returns:
        Returns a reference to this object so that method calls can be chained together.