Interface NotificationConfigurationStructure.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NotificationConfigurationStructure.Builder,,- NotificationConfigurationStructure> - SdkBuilder<NotificationConfigurationStructure.Builder,,- NotificationConfigurationStructure> - SdkPojo
- Enclosing class:
- NotificationConfigurationStructure
- 
Method SummaryModifier and TypeMethodDescriptionaggregationDuration(String aggregationDuration) The aggregation preference of theNotificationConfiguration.aggregationDuration(AggregationDuration aggregationDuration) The aggregation preference of theNotificationConfiguration.The Amazon Resource Name (ARN) of theNotificationConfigurationresource.creationTime(Instant creationTime) The creation time of theNotificationConfiguration.description(String description) The description of theNotificationConfiguration.The name of theNotificationConfiguration.The current status of theNotificationConfiguration.The current status of theNotificationConfiguration.The subtype of the notification configuration.subtype(NotificationConfigurationSubtype subtype) The subtype of the notification configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe Amazon Resource Name (ARN) of the NotificationConfigurationresource.- Parameters:
- arn- The Amazon Resource Name (ARN) of the- NotificationConfigurationresource.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the NotificationConfiguration. Supports RFC 3986's unreserved characters.- Parameters:
- name- The name of the- NotificationConfiguration. Supports RFC 3986's unreserved characters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe description of the NotificationConfiguration.- Parameters:
- description- The description of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
statusThe current status of the NotificationConfiguration.- Parameters:
- status- The current status of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe current status of the NotificationConfiguration.- Parameters:
- status- The current status of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
creationTimeThe creation time of the NotificationConfiguration.- Parameters:
- creationTime- The creation time of the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aggregationDurationThe aggregation preference of the NotificationConfiguration.- 
 Values: - 
 LONG- 
 Aggregate notifications for long periods of time (12 hours). 
 
- 
 
- 
 SHORT- 
 Aggregate notifications for short periods of time (5 minutes). 
 
- 
 
- 
 NONE- 
 Don't aggregate notifications. 
 
- 
 
 
- 
 
 - Parameters:
- aggregationDuration- The aggregation preference of the- NotificationConfiguration.- 
        Values: - 
        LONG- 
        Aggregate notifications for long periods of time (12 hours). 
 
- 
        
- 
        SHORT- 
        Aggregate notifications for short periods of time (5 minutes). 
 
- 
        
- 
        NONE- 
        Don't aggregate notifications. 
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
aggregationDurationNotificationConfigurationStructure.Builder aggregationDuration(AggregationDuration aggregationDuration) The aggregation preference of the NotificationConfiguration.- 
 Values: - 
 LONG- 
 Aggregate notifications for long periods of time (12 hours). 
 
- 
 
- 
 SHORT- 
 Aggregate notifications for short periods of time (5 minutes). 
 
- 
 
- 
 NONE- 
 Don't aggregate notifications. 
 
- 
 
 
- 
 
 - Parameters:
- aggregationDuration- The aggregation preference of the- NotificationConfiguration.- 
        Values: - 
        LONG- 
        Aggregate notifications for long periods of time (12 hours). 
 
- 
        
- 
        SHORT- 
        Aggregate notifications for short periods of time (5 minutes). 
 
- 
        
- 
        NONE- 
        Don't aggregate notifications. 
 
- 
        
 
- 
        
 
- 
        
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
 
- 
subtypeThe subtype of the notification configuration. - Parameters:
- subtype- The subtype of the notification configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
subtypeThe subtype of the notification configuration. - Parameters:
- subtype- The subtype of the notification configuration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-