Interface CreateNotificationConfigurationRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateNotificationConfigurationRequest.Builder,,CreateNotificationConfigurationRequest> NotificationsRequest.Builder,SdkBuilder<CreateNotificationConfigurationRequest.Builder,,CreateNotificationConfigurationRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
CreateNotificationConfigurationRequest
-
Method Summary
Modifier and TypeMethodDescriptionaggregationDuration(String aggregationDuration) The aggregation preference of theNotificationConfiguration.aggregationDuration(AggregationDuration aggregationDuration) The aggregation preference of 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.A map of tags assigned to a resource.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the
NotificationConfiguration. Supports RFC 3986's unreserved characters.- Parameters:
name- The name of theNotificationConfiguration. Supports RFC 3986's unreserved characters.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the
NotificationConfiguration.- Parameters:
description- The description of theNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 theNotificationConfiguration.-
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:
-
-
aggregationDuration
CreateNotificationConfigurationRequest.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 theNotificationConfiguration.-
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:
-
-
tags
A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.
- Parameters:
tags- A map of tags assigned to a resource. A tag is a string-to-string map of key-value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-