Interface GetNotificationEventRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetNotificationEventRequest.Builder,GetNotificationEventRequest>,NotificationsRequest.Builder,SdkBuilder<GetNotificationEventRequest.Builder,GetNotificationEventRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetNotificationEventRequest
public static interface GetNotificationEventRequest.Builder extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<GetNotificationEventRequest.Builder,GetNotificationEventRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetNotificationEventRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the NotificationEvent to return.GetNotificationEventRequest.Builderlocale(String locale)The locale code of the language used for the retrieved NotificationEvent.GetNotificationEventRequest.Builderlocale(LocaleCode locale)The locale code of the language used for the retrieved NotificationEvent.GetNotificationEventRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetNotificationEventRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
GetNotificationEventRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the NotificationEvent to return.
- Parameters:
arn- The Amazon Resource Name (ARN) of the NotificationEvent to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locale
GetNotificationEventRequest.Builder locale(String locale)
The locale code of the language used for the retrieved NotificationEvent. The default locale is English
en_US.- Parameters:
locale- The locale code of the language used for the retrieved NotificationEvent. The default locale is Englishen_US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
locale
GetNotificationEventRequest.Builder locale(LocaleCode locale)
The locale code of the language used for the retrieved NotificationEvent. The default locale is English
en_US.- Parameters:
locale- The locale code of the language used for the retrieved NotificationEvent. The default locale is Englishen_US.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocaleCode,LocaleCode
-
overrideConfiguration
GetNotificationEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetNotificationEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-