Interface NotificationConfigurationStructure.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NotificationConfigurationStructure.Builder,NotificationConfigurationStructure>,SdkBuilder<NotificationConfigurationStructure.Builder,NotificationConfigurationStructure>,SdkPojo
- Enclosing class:
- NotificationConfigurationStructure
public static interface NotificationConfigurationStructure.Builder extends SdkPojo, CopyableBuilder<NotificationConfigurationStructure.Builder,NotificationConfigurationStructure>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NotificationConfigurationStructure.BuilderaggregationDuration(String aggregationDuration)The aggregation preference of the NotificationConfiguration.NotificationConfigurationStructure.BuilderaggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of the NotificationConfiguration.NotificationConfigurationStructure.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource.NotificationConfigurationStructure.BuildercreationTime(Instant creationTime)The creation time of the resource.NotificationConfigurationStructure.Builderdescription(String description)The description of the NotificationConfiguration.NotificationConfigurationStructure.Buildername(String name)The name of the NotificationConfiguration.NotificationConfigurationStructure.Builderstatus(String status)The status of this NotificationConfiguration.NotificationConfigurationStructure.Builderstatus(NotificationConfigurationStatus status)The status of this NotificationConfiguration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
NotificationConfigurationStructure.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
NotificationConfigurationStructure.Builder name(String name)
The 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.
-
description
NotificationConfigurationStructure.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.
-
status
NotificationConfigurationStructure.Builder status(String status)
The status of this NotificationConfiguration.
The status should always be INACTIVE when 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.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted. Only
GETandLISTcalls can be run. -
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of this NotificationConfiguration.The status should always be INACTIVE when 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.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted. Only
GETandLISTcalls can be run. -
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
-
status
NotificationConfigurationStructure.Builder status(NotificationConfigurationStatus status)
The status of this NotificationConfiguration.
The status should always be INACTIVE when 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.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted. Only
GETandLISTcalls can be run. -
Only
GETandLISTcalls can be run.
-
-
- Parameters:
status- The status of this NotificationConfiguration.The status should always be INACTIVE when 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.
-
-
INACTIVE-
All EventRules are
INACTIVEand any call can be run.
-
-
DELETING-
This NotificationConfiguration is being deleted. Only
GETandLISTcalls can be run. -
Only
GETandLISTcalls can be run.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
-
creationTime
NotificationConfigurationStructure.Builder creationTime(Instant creationTime)
The creation time of the resource.
- Parameters:
creationTime- The creation time of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationDuration
NotificationConfigurationStructure.Builder aggregationDuration(String 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.
No delay in delivery.
-
-
- 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.
No delay in delivery.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationDuration,AggregationDuration
-
-
aggregationDuration
NotificationConfigurationStructure.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.
No delay in delivery.
-
-
- 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.
No delay in delivery.
-
-
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AggregationDuration,AggregationDuration
-
-
-