public static interface DeleteContactRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<DeleteContactRequest.Builder,DeleteContactRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteContactRequest.Builder |
contactListName(String contactListName)
The name of the contact list from which the contact should be removed.
|
DeleteContactRequest.Builder |
emailAddress(String emailAddress)
The contact's email address.
|
DeleteContactRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteContactRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteContactRequest.Builder contactListName(String contactListName)
The name of the contact list from which the contact should be removed.
contactListName - The name of the contact list from which the contact should be removed.DeleteContactRequest.Builder emailAddress(String emailAddress)
The contact's email address.
emailAddress - The contact's email address.DeleteContactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteContactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.