Interface DeleteOptOutListResponse.Builder

  • Method Details

    • optOutListArn

      DeleteOptOutListResponse.Builder optOutListArn(String optOutListArn)

      The Amazon Resource Name (ARN) of the OptOutList that was removed.

      Parameters:
      optOutListArn - The Amazon Resource Name (ARN) of the OptOutList that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • optOutListName

      DeleteOptOutListResponse.Builder optOutListName(String optOutListName)

      The name of the OptOutList that was removed.

      Parameters:
      optOutListName - The name of the OptOutList that was removed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      DeleteOptOutListResponse.Builder createdTimestamp(Instant createdTimestamp)

      The time when the OptOutList was created, in UNIX epoch time format.

      Parameters:
      createdTimestamp - The time when the OptOutList was created, in UNIX epoch time format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.