Interface OptOutListInformation.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>, SdkBuilder<OptOutListInformation.Builder,OptOutListInformation>, SdkPojo
Enclosing class:
OptOutListInformation

public static interface OptOutListInformation.Builder extends SdkPojo, CopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>
  • Method Details

    • 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.