Interface UpdateNotificationConfigurationRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateNotificationConfigurationRequest.Builder,,- UpdateNotificationConfigurationRequest> - NotificationsRequest.Builder,- SdkBuilder<UpdateNotificationConfigurationRequest.Builder,,- UpdateNotificationConfigurationRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateNotificationConfigurationRequest
- 
Method SummaryModifier and TypeMethodDescriptionaggregationDuration(String aggregationDuration) The aggregation preference of theNotificationConfiguration.aggregationDuration(AggregationDuration aggregationDuration) The aggregation preference of theNotificationConfiguration.The Amazon Resource Name (ARN) used to update theNotificationConfiguration.description(String description) The description of theNotificationConfiguration.The name of theNotificationConfiguration.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.BuilderbuildMethods 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) used to update the NotificationConfiguration.- Parameters:
- arn- The Amazon Resource Name (ARN) used to update the- NotificationConfiguration.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the NotificationConfiguration.- Parameters:
- name- The name of the- NotificationConfiguration.
- 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.
 
- 
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:
 
- 
 
- 
aggregationDurationUpdateNotificationConfigurationRequest.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:
 
- 
 
- 
overrideConfigurationUpdateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-