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
Modifier and TypeMethodDescriptionThe name of a topic on which you wish to apply the filter.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-