public static interface CreateContactListRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<CreateContactListRequest.Builder,CreateContactListRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateContactListRequest.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 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)
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 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)
CreateContactListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateContactListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.