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