Interface GetNotificationConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetNotificationConfigurationResponse.Builder,GetNotificationConfigurationResponse>,NotificationsResponse.Builder,SdkBuilder<GetNotificationConfigurationResponse.Builder,GetNotificationConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetNotificationConfigurationResponse
public static interface GetNotificationConfigurationResponse.Builder extends NotificationsResponse.Builder, SdkPojo, CopyableBuilder<GetNotificationConfigurationResponse.Builder,GetNotificationConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetNotificationConfigurationResponse.BuilderaggregationDuration(String aggregationDuration)The aggregation preference of theNotificationConfiguration.GetNotificationConfigurationResponse.BuilderaggregationDuration(AggregationDuration aggregationDuration)The aggregation preference of theNotificationConfiguration.GetNotificationConfigurationResponse.Builderarn(String arn)The ARN of the resource.GetNotificationConfigurationResponse.BuildercreationTime(Instant creationTime)The creation time of theNotificationConfiguration.GetNotificationConfigurationResponse.Builderdescription(String description)The description of theNotificationConfiguration.GetNotificationConfigurationResponse.Buildername(String name)The name of theNotificationConfiguration.GetNotificationConfigurationResponse.Builderstatus(String status)The status of thisNotificationConfiguration.GetNotificationConfigurationResponse.Builderstatus(NotificationConfigurationStatus status)The status of thisNotificationConfiguration.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
arn
GetNotificationConfigurationResponse.Builder arn(String arn)
The ARN of the resource.
- Parameters:
arn- The ARN of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetNotificationConfigurationResponse.Builder name(String name)
The name of the
NotificationConfiguration.- Parameters:
name- The name of theNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetNotificationConfigurationResponse.Builder description(String 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.
-
status
GetNotificationConfigurationResponse.Builder status(String status)
The status of this
NotificationConfiguration.- Parameters:
status- The status of thisNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
status
GetNotificationConfigurationResponse.Builder status(NotificationConfigurationStatus status)
The status of this
NotificationConfiguration.- Parameters:
status- The status of thisNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NotificationConfigurationStatus,NotificationConfigurationStatus
-
creationTime
GetNotificationConfigurationResponse.Builder creationTime(Instant creationTime)
The creation time of the
NotificationConfiguration.- Parameters:
creationTime- The creation time of theNotificationConfiguration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aggregationDuration
GetNotificationConfigurationResponse.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.
-
-
- 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,AggregationDuration
-
-
aggregationDuration
GetNotificationConfigurationResponse.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:
AggregationDuration,AggregationDuration
-
-
-