public static interface GetContactListResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<GetContactListResponse.Builder,GetContactListResponse>
| Modifier and Type | Method and Description |
|---|---|
GetContactListResponse.Builder |
contactListName(String contactListName)
The name of the contact list.
|
GetContactListResponse.Builder |
createdTimestamp(Instant createdTimestamp)
A timestamp noting when the contact list was created.
|
GetContactListResponse.Builder |
description(String description)
A description of what the contact list is about.
|
GetContactListResponse.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
A timestamp noting the last time the contact list was updated.
|
GetContactListResponse.Builder |
tags(Collection<Tag> tags)
The tags associated with a contact list.
|
GetContactListResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
The tags associated with a contact list.
|
GetContactListResponse.Builder |
tags(Tag... tags)
The tags associated with a contact list.
|
GetContactListResponse.Builder |
topics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
GetContactListResponse.Builder |
topics(Consumer<Topic.Builder>... topics)
An interest group, theme, or label within a list.
|
GetContactListResponse.Builder |
topics(Topic... topics)
An interest group, theme, or label within a list.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetContactListResponse.Builder contactListName(String contactListName)
The name of the contact list.
contactListName - The name of the contact list.GetContactListResponse.Builder topics(Collection<Topic> topics)
An interest group, theme, or label within a list. A contact list can have multiple topics.
topics - An interest group, theme, or label within a list. A contact list can have multiple topics.GetContactListResponse.Builder topics(Topic... topics)
An interest group, theme, or label within a list. A contact list can have multiple topics.
topics - An interest group, theme, or label within a list. A contact list can have multiple topics.GetContactListResponse.Builder topics(Consumer<Topic.Builder>... topics)
An interest group, theme, or label within a list. A contact list can have multiple topics.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #topics(List) .topics - a consumer that will call methods on List.Builder #topics(List) GetContactListResponse.Builder description(String description)
A description of what the contact list is about.
description - A description of what the contact list is about.GetContactListResponse.Builder createdTimestamp(Instant createdTimestamp)
A timestamp noting when the contact list was created.
createdTimestamp - A timestamp noting when the contact list was created.GetContactListResponse.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
A timestamp noting the last time the contact list was updated.
lastUpdatedTimestamp - A timestamp noting the last time the contact list was updated.GetContactListResponse.Builder tags(Collection<Tag> tags)
The tags associated with a contact list.
tags - The tags associated with a contact list.GetContactListResponse.Builder tags(Tag... tags)
The tags associated with a contact list.
tags - The tags associated with a contact list.GetContactListResponse.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with a contact list.
This is a convenience method that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) Copyright © 2022. All rights reserved.