Interface ContactListDestination.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContactListDestination.Builder,ContactListDestination>,SdkBuilder<ContactListDestination.Builder,ContactListDestination>,SdkPojo
- Enclosing class:
- ContactListDestination
public static interface ContactListDestination.Builder extends SdkPojo, CopyableBuilder<ContactListDestination.Builder,ContactListDestination>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactListDestination.BuildercontactListImportAction(String contactListImportAction)>The type of action to perform on the addresses.ContactListDestination.BuildercontactListImportAction(ContactListImportAction contactListImportAction)>The type of action to perform on the addresses.ContactListDestination.BuildercontactListName(String contactListName)The name of the contact list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
contactListName
ContactListDestination.Builder contactListName(String contactListName)
The name of the contact list.
- Parameters:
contactListName- The name of the contact list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactListImportAction
ContactListDestination.Builder contactListImportAction(String contactListImportAction)
>The type of action to perform on the addresses. The following are the possible values:
-
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the contact list.
- Parameters:
contactListImportAction- >The type of action to perform on the addresses. The following are the possible values:-
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the contact list.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactListImportAction,ContactListImportAction
-
-
contactListImportAction
ContactListDestination.Builder contactListImportAction(ContactListImportAction contactListImportAction)
>The type of action to perform on the addresses. The following are the possible values:
-
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the contact list.
- Parameters:
contactListImportAction- >The type of action to perform on the addresses. The following are the possible values:-
PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
-
DELETE: remove the addresses from the contact list.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ContactListImportAction,ContactListImportAction
-
-
-