Interface NotificationConfigurationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationConfigurationSummary.Builder,,NotificationConfigurationSummary> SdkBuilder<NotificationConfigurationSummary.Builder,,NotificationConfigurationSummary> SdkPojo
- Enclosing class:
NotificationConfigurationSummary
@Mutable
@NotThreadSafe
public static interface NotificationConfigurationSummary.Builder
extends SdkPojo, CopyableBuilder<NotificationConfigurationSummary.Builder,NotificationConfigurationSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationName(String destinationName) The name of the destination for the notification configuration.The type of event triggering a device notification to the customer-managed destination.The type of event triggering a device notification to the customer-managed destination.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
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventType
The type of event triggering a device notification to the customer-managed destination.
- Parameters:
eventType- The type of event triggering a device notification to the customer-managed destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
destinationName
The name of the destination for the notification configuration.
- Parameters:
destinationName- The name of the destination for the notification configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-