Interface SendBulkTemplatedEmailResponse.Builder

  • Method Details

    • status

      One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

      Parameters:
      status - One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

      Parameters:
      status - One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      One object per intended recipient. Check each response object and retry any messages with a failure status. (Note that order of responses will be respective to order of destinations in the request.)Receipt rules enable you to specify which actions

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

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

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