Interface UpdateNotificationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>,NotificationsRequest.Builder,SdkBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNotificationConfigurationRequest
public static interface UpdateNotificationConfigurationRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<UpdateNotificationConfigurationRequest.Builder,UpdateNotificationConfigurationRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
arn
UpdateNotificationConfigurationRequest.Builder arn(String arn)
The 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.
-
name
UpdateNotificationConfigurationRequest.Builder name(String name)
The 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.
-
description
UpdateNotificationConfigurationRequest.Builder description(String description)
The 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.
-
aggregationDuration
UpdateNotificationConfigurationRequest.Builder aggregationDuration(String aggregationDuration)
The status of this NotificationConfiguration.
The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
- Parameters:
aggregationDuration- The status of this NotificationConfiguration.The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationDuration,AggregationDuration
-
-
aggregationDuration
UpdateNotificationConfigurationRequest.Builder aggregationDuration(AggregationDuration aggregationDuration)
The status of this NotificationConfiguration.
The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
- Parameters:
aggregationDuration- The status of this NotificationConfiguration.The status should always be
INACTIVEwhen part of the CreateNotificationConfiguration response.-
Values:
-
ACTIVE-
All EventRules are
ACTIVEand any call can be run.
-
-
PARTIALLY_ACTIVE-
Some EventRules are
ACTIVEand some areINACTIVE. Any call can be run. -
Any call can be run.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted.
-
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationDuration,AggregationDuration
-
-
overrideConfiguration
UpdateNotificationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNotificationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-