Interface ListManagementOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ListManagementOptions.Builder,ListManagementOptions>,SdkBuilder<ListManagementOptions.Builder,ListManagementOptions>,SdkPojo
- Enclosing class:
- ListManagementOptions
@Mutable @NotThreadSafe public static interface ListManagementOptions.Builder extends SdkPojo, CopyableBuilder<ListManagementOptions.Builder,ListManagementOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListManagementOptions.BuildercontactListName(String contactListName)The name of the contact list.ListManagementOptions.BuildertopicName(String topicName)The name of the topic.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contactListName
ListManagementOptions.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.
-
topicName
ListManagementOptions.Builder topicName(String topicName)
The name of the topic.
- Parameters:
topicName- The name of the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-