Interface InclusionProtectionFilters.Builder

    • Method Detail

      • resourceArns

        InclusionProtectionFilters.Builder resourceArns​(Collection<String> resourceArns)

        The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.

        Parameters:
        resourceArns - The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceArns

        InclusionProtectionFilters.Builder resourceArns​(String... resourceArns)

        The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.

        Parameters:
        resourceArns - The ARN (Amazon Resource Name) of the resource whose protection you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protectionNames

        InclusionProtectionFilters.Builder protectionNames​(Collection<String> protectionNames)

        The name of the protection that you want to retrieve.

        Parameters:
        protectionNames - The name of the protection that you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • protectionNames

        InclusionProtectionFilters.Builder protectionNames​(String... protectionNames)

        The name of the protection that you want to retrieve.

        Parameters:
        protectionNames - The name of the protection that you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

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

        The type of protected resource whose protections you want to retrieve.

        Parameters:
        resourceTypes - The type of protected resource whose protections you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypesWithStrings

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

        The type of protected resource whose protections you want to retrieve.

        Parameters:
        resourceTypes - The type of protected resource whose protections you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        InclusionProtectionFilters.Builder resourceTypes​(Collection<ProtectedResourceType> resourceTypes)

        The type of protected resource whose protections you want to retrieve.

        Parameters:
        resourceTypes - The type of protected resource whose protections you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTypes

        InclusionProtectionFilters.Builder resourceTypes​(ProtectedResourceType... resourceTypes)

        The type of protected resource whose protections you want to retrieve.

        Parameters:
        resourceTypes - The type of protected resource whose protections you want to retrieve.
        Returns:
        Returns a reference to this object so that method calls can be chained together.