Interface ListEmailIdentitiesResponse.Builder

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

public static interface ListEmailIdentitiesResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListEmailIdentitiesResponse.Builder,ListEmailIdentitiesResponse>
  • Method Details

    • emailIdentities

      ListEmailIdentitiesResponse.Builder emailIdentities(Collection<IdentityInfo> emailIdentities)

      An array that includes all of the email identities associated with your Amazon Web Services account.

      Parameters:
      emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailIdentities

      ListEmailIdentitiesResponse.Builder emailIdentities(IdentityInfo... emailIdentities)

      An array that includes all of the email identities associated with your Amazon Web Services account.

      Parameters:
      emailIdentities - An array that includes all of the email identities associated with your Amazon Web Services account.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailIdentities

      An array that includes all of the email identities associated with your Amazon Web Services account.

      This is a convenience method that creates an instance of the IdentityInfo.Builder avoiding the need to create one manually via IdentityInfo.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to emailIdentities(List<IdentityInfo>).

      Parameters:
      emailIdentities - a consumer that will call methods on IdentityInfo.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.

      Parameters:
      nextToken - A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListEmailIdentities, and pass this token in the NextToken parameter.
      Returns:
      Returns a reference to this object so that method calls can be chained together.