Interface BatchLookupPolicyResponse.Builder

    • Method Detail

      • policyToPathList

        BatchLookupPolicyResponse.Builder policyToPathList​(Collection<PolicyToPath> policyToPathList)

        Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

        Parameters:
        policyToPathList - Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyToPathList

        BatchLookupPolicyResponse.Builder policyToPathList​(PolicyToPath... policyToPathList)

        Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

        Parameters:
        policyToPathList - Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        BatchLookupPolicyResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.