Interface SecurityPolicySummary.Builder

    • Method Detail

      • createdDate

        SecurityPolicySummary.Builder createdDate​(Long createdDate)

        The date the policy was created.

        Parameters:
        createdDate - The date the policy was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        SecurityPolicySummary.Builder description​(String description)

        The description of the security policy.

        Parameters:
        description - The description of the security policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        SecurityPolicySummary.Builder lastModifiedDate​(Long lastModifiedDate)

        The timestamp of when the policy was last modified.

        Parameters:
        lastModifiedDate - The timestamp of when the policy was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        SecurityPolicySummary.Builder name​(String name)

        The name of the policy.

        Parameters:
        name - The name of the policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyVersion

        SecurityPolicySummary.Builder policyVersion​(String policyVersion)

        The version of the policy.

        Parameters:
        policyVersion - The version of the policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.