static CreateOptOutListResponse.Builder |
CreateOptOutListResponse.builder() |
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.createdTimestamp(Instant createdTimestamp) |
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.optOutListArn(String optOutListArn) |
The Amazon Resource Name (ARN) for the OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.optOutListName(String optOutListName) |
The name of the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Collection<Tag> tags) |
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.Builder.tags(Tag... tags) |
An array of tags (key and value pairs) associated with the new OptOutList.
|
CreateOptOutListResponse.Builder |
CreateOptOutListResponse.toBuilder() |
|