Interface ListKeyPoliciesResponse.Builder

    • Method Detail

      • policyNames

        ListKeyPoliciesResponse.Builder policyNames​(Collection<String> policyNames)

        A list of key policy names. The only valid value is default.

        Parameters:
        policyNames - A list of key policy names. The only valid value is default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyNames

        ListKeyPoliciesResponse.Builder policyNames​(String... policyNames)

        A list of key policy names. The only valid value is default.

        Parameters:
        policyNames - A list of key policy names. The only valid value is default.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextMarker

        ListKeyPoliciesResponse.Builder nextMarker​(String nextMarker)

        When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.

        Parameters:
        nextMarker - When Truncated is true, this element is present and contains the value to use for the Marker parameter in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • truncated

        ListKeyPoliciesResponse.Builder truncated​(Boolean truncated)

        A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in this response to the Marker parameter in a subsequent request.

        Parameters:
        truncated - A flag that indicates whether there are more items in the list. When this value is true, the list in this response is truncated. To get more items, pass the value of the NextMarker element in this response to the Marker parameter in a subsequent request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.