Interface ListQueueEmailAddressesResponse.Builder

  • Method Details

    • nextToken

      If there are additional results, this is the token for the next set of results.

      Parameters:
      nextToken - If there are additional results, this is the token for the next set of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddressMetadataList

      ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(Collection<EmailAddressSummary> emailAddressMetadataList)

      List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.

      Parameters:
      emailAddressMetadataList - List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddressMetadataList

      ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(EmailAddressSummary... emailAddressMetadataList)

      List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.

      Parameters:
      emailAddressMetadataList - List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • emailAddressMetadataList

      ListQueueEmailAddressesResponse.Builder emailAddressMetadataList(Consumer<EmailAddressSummary.Builder>... emailAddressMetadataList)

      List of email address summary information for all email addresses associated with the queue. Each item contains the email address identifier, ARN, and configuration details.

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

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

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

      ListQueueEmailAddressesResponse.Builder lastModifiedTime(Instant lastModifiedTime)

      The timestamp when this resource was last modified.

      Parameters:
      lastModifiedTime - The timestamp when this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedRegion

      ListQueueEmailAddressesResponse.Builder lastModifiedRegion(String lastModifiedRegion)

      The Amazon Web Services Region where this resource was last modified.

      Parameters:
      lastModifiedRegion - The Amazon Web Services Region where this resource was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.