Interface NotificationConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<NotificationConfiguration.Builder,,- NotificationConfiguration> - SdkBuilder<NotificationConfiguration.Builder,,- NotificationConfiguration> - SdkPojo
- Enclosing class:
- NotificationConfiguration
@Mutable
@NotThreadSafe
public static interface NotificationConfiguration.Builder
extends SdkPojo, CopyableBuilder<NotificationConfiguration.Builder,NotificationConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionsnsConfiguration(Consumer<SnsConfiguration.Builder> snsConfiguration) Details about the Amazon Simple Notification Service (SNS) configuration.snsConfiguration(SnsConfiguration snsConfiguration) Details about the Amazon Simple Notification Service (SNS) configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
snsConfigurationDetails about the Amazon Simple Notification Service (SNS) configuration. This field is visible only when SNS Topic is provided when updating the account settings. - Parameters:
- snsConfiguration- Details about the Amazon Simple Notification Service (SNS) configuration. This field is visible only when SNS Topic is provided when updating the account settings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
snsConfigurationdefault NotificationConfiguration.Builder snsConfiguration(Consumer<SnsConfiguration.Builder> snsConfiguration) Details about the Amazon Simple Notification Service (SNS) configuration. This field is visible only when SNS Topic is provided when updating the account settings. This is a convenience method that creates an instance of theSnsConfiguration.Builderavoiding the need to create one manually viaSnsConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosnsConfiguration(SnsConfiguration).- Parameters:
- snsConfiguration- a consumer that will call methods on- SnsConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-