Interface ListIdentityPoliciesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>, SdkBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>, SdkPojo, SdkResponse.Builder, SesResponse.Builder
Enclosing class:
ListIdentityPoliciesResponse

public static interface ListIdentityPoliciesResponse.Builder extends SesResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityPoliciesResponse.Builder,ListIdentityPoliciesResponse>
  • Method Details

    • policyNames

      A list of names of policies that apply to the specified identity.

      Parameters:
      policyNames - A list of names of policies that apply to the specified identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • policyNames

      ListIdentityPoliciesResponse.Builder policyNames(String... policyNames)

      A list of names of policies that apply to the specified identity.

      Parameters:
      policyNames - A list of names of policies that apply to the specified identity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.