Interface AccessPolicySummary.Builder

    • Method Detail

      • createdDate

        AccessPolicySummary.Builder createdDate​(Long createdDate)

        The Epoch time when the access policy was created.

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

        AccessPolicySummary.Builder description​(String description)

        The description of the access policy.

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

        AccessPolicySummary.Builder lastModifiedDate​(Long lastModifiedDate)

        The date and time when the collection was last modified.

        Parameters:
        lastModifiedDate - The date and time when the collection was last modified.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AccessPolicySummary.Builder name​(String name)

        The name of the access policy.

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

        AccessPolicySummary.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.
      • type

        AccessPolicySummary.Builder type​(String type)

        The type of access policy. Currently, the only available type is data.

        Parameters:
        type - The type of access policy. Currently, the only available type is data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        AccessPolicyType, AccessPolicyType