Interface OptOutListInformation.Builder

    • Method Detail

      • optOutListArn

        OptOutListInformation.Builder optOutListArn​(String optOutListArn)

        The Amazon Resource Name (ARN) of the OptOutList.

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

        OptOutListInformation.Builder optOutListName​(String optOutListName)

        The name of the OptOutList.

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

        OptOutListInformation.Builder createdTimestamp​(Instant createdTimestamp)

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

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