Interface ListEmailIdentitiesResponse.Builder

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

  • Method Details

    • emailIdentities

      ListEmailIdentitiesResponse.Builder emailIdentities(Collection<IdentityInfo> emailIdentities)

      An array that includes all of the identities associated with your Amazon Pinpoint account.

      Parameters:
      emailIdentities - An array that includes all of the identities associated with your Amazon Pinpoint 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 identities associated with your Amazon Pinpoint account.

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

      An array that includes all of the identities associated with your Amazon Pinpoint 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.