public static interface OptOutListInformation.Builder extends SdkPojo, CopyableBuilder<OptOutListInformation.Builder,OptOutListInformation>
| Modifier and Type | Method and Description |
|---|---|
OptOutListInformation.Builder |
createdTimestamp(Instant createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time
format.
|
OptOutListInformation.Builder |
optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
|
OptOutListInformation.Builder |
optOutListName(String optOutListName)
The name of the OptOutList.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOptOutListInformation.Builder optOutListArn(String optOutListArn)
The Amazon Resource Name (ARN) of the OptOutList.
optOutListArn - The Amazon Resource Name (ARN) of the OptOutList.OptOutListInformation.Builder optOutListName(String optOutListName)
The name of the OptOutList.
optOutListName - The name of the OptOutList.OptOutListInformation.Builder createdTimestamp(Instant createdTimestamp)
The time when the OutOutList was created, in UNIX epoch time format.
createdTimestamp - The time when the OutOutList was created, in UNIX epoch
time format.Copyright © 2023. All rights reserved.