public static interface UpdateContactListRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<UpdateContactListRequest.Builder,UpdateContactListRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateContactListRequest.Builder |
contactListName(String contactListName)
The name of the contact list.
|
UpdateContactListRequest.Builder |
description(String description)
A description of what the contact list is about.
|
UpdateContactListRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateContactListRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateContactListRequest.Builder |
topics(Collection<Topic> topics)
An interest group, theme, or label within a list.
|
UpdateContactListRequest.Builder |
topics(Consumer<Topic.Builder>... topics)
An interest group, theme, or label within a list.
|
UpdateContactListRequest.Builder |
topics(Topic... topics)
An interest group, theme, or label within a list.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContactListRequest.Builder contactListName(String contactListName)
The name of the contact list.
contactListName - The name of the contact list.UpdateContactListRequest.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.UpdateContactListRequest.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.UpdateContactListRequest.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) UpdateContactListRequest.Builder description(String description)
A description of what the contact list is about.
description - A description of what the contact list is about.UpdateContactListRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateContactListRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.