Interface TopicFilter.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TopicFilter.Builder,TopicFilter>,SdkBuilder<TopicFilter.Builder,TopicFilter>,SdkPojo
- Enclosing class:
- TopicFilter
@Mutable @NotThreadSafe public static interface TopicFilter.Builder extends SdkPojo, CopyableBuilder<TopicFilter.Builder,TopicFilter>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicFilter.BuildertopicName(String topicName)The name of a topic on which you wish to apply the filter.TopicFilter.BuilderuseDefaultIfPreferenceUnavailable(Boolean useDefaultIfPreferenceUnavailable)Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a 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
-
topicName
TopicFilter.Builder topicName(String topicName)
The name of a topic on which you wish to apply the filter.
- Parameters:
topicName- The name of a topic on which you wish to apply the filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
useDefaultIfPreferenceUnavailable
TopicFilter.Builder useDefaultIfPreferenceUnavailable(Boolean useDefaultIfPreferenceUnavailable)
Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.
- Parameters:
useDefaultIfPreferenceUnavailable- Notes that the default subscription status should be applied to a contact because the contact has not noted their preference for subscribing to a topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-