Interface SidewalkEventNotificationConfigurations.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SidewalkEventNotificationConfigurations.Builder,,SidewalkEventNotificationConfigurations> SdkBuilder<SidewalkEventNotificationConfigurations.Builder,,SidewalkEventNotificationConfigurations> SdkPojo
- Enclosing class:
SidewalkEventNotificationConfigurations
public static interface SidewalkEventNotificationConfigurations.Builder
extends SdkPojo, CopyableBuilder<SidewalkEventNotificationConfigurations.Builder,SidewalkEventNotificationConfigurations>
-
Method Summary
Modifier and TypeMethodDescriptionamazonIdEventTopic(String amazonIdEventTopic) Denotes whether the Amazon ID event topic is enabled or disabled.amazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic) Denotes whether the Amazon ID event topic is enabled or disabled.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, sdkFields
-
Method Details
-
amazonIdEventTopic
Denotes whether the Amazon ID event topic is enabled or disabled.
- Parameters:
amazonIdEventTopic- Denotes whether the Amazon ID event topic is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
amazonIdEventTopic
SidewalkEventNotificationConfigurations.Builder amazonIdEventTopic(EventNotificationTopicStatus amazonIdEventTopic) Denotes whether the Amazon ID event topic is enabled or disabled.
- Parameters:
amazonIdEventTopic- Denotes whether the Amazon ID event topic is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-