Interface ContactList.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ContactList.Builder,ContactList>
,SdkBuilder<ContactList.Builder,ContactList>
,SdkPojo
- Enclosing class:
- ContactList
public static interface ContactList.Builder extends SdkPojo, CopyableBuilder<ContactList.Builder,ContactList>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactList.Builder
contactListName(String contactListName)
The name of the contact list.ContactList.Builder
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
A timestamp noting the last time the contact list was updated.-
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
ContactList.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.
-
lastUpdatedTimestamp
ContactList.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
A timestamp noting the last time the contact list was updated.
- Parameters:
lastUpdatedTimestamp
- A timestamp noting the last time the contact list was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-