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