public static interface CreateContactListRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateContactListRequest.Builder,CreateContactListRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateContactListRequest.Builder contactListName(String contactListName)
The name of the contact list.
contactListName - The name of the contact list.CreateContactListRequest.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.CreateContactListRequest.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.CreateContactListRequest.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 theTopic.Builder avoiding the need to create one manually
via Topic.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #topics(List.
topics - a consumer that will call methods on Topic.Builder#topics(java.util.Collection) CreateContactListRequest.Builder description(String description)
A description of what the contact list is about.
description - A description of what the contact list is about.CreateContactListRequest.Builder tags(Collection<Tag> tags)
The tags associated with a contact list.
tags - The tags associated with a contact list.CreateContactListRequest.Builder tags(Tag... tags)
The tags associated with a contact list.
tags - The tags associated with a contact list.CreateContactListRequest.Builder tags(Consumer<Tag.Builder>... tags)
The tags associated with a contact list.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one manually via
Tag.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #tags(List.
tags - a consumer that will call methods on Tag.Builder#tags(java.util.Collection) CreateContactListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateContactListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.