Interface ListPolicyGenerationsResponse.Builder

    • Method Detail

      • policyGenerations

        ListPolicyGenerationsResponse.Builder policyGenerations​(Collection<PolicyGeneration> policyGenerations)

        A PolicyGeneration object that contains details about the generated policy.

        Parameters:
        policyGenerations - A PolicyGeneration object that contains details about the generated policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyGenerations

        ListPolicyGenerationsResponse.Builder policyGenerations​(PolicyGeneration... policyGenerations)

        A PolicyGeneration object that contains details about the generated policy.

        Parameters:
        policyGenerations - A PolicyGeneration object that contains details about the generated policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListPolicyGenerationsResponse.Builder nextToken​(String nextToken)

        A token used for pagination of results returned.

        Parameters:
        nextToken - A token used for pagination of results returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.