Interface VaultNotificationConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VaultNotificationConfig.Builder,
,VaultNotificationConfig> SdkBuilder<VaultNotificationConfig.Builder,
,VaultNotificationConfig> SdkPojo
- Enclosing class:
VaultNotificationConfig
@Mutable
@NotThreadSafe
public static interface VaultNotificationConfig.Builder
extends SdkPojo, CopyableBuilder<VaultNotificationConfig.Builder,VaultNotificationConfig>
-
Method Summary
Modifier and TypeMethodDescriptionA list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.events
(Collection<String> events) A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
snsTopic
The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).
- Parameters:
snsTopic
- The Amazon Simple Notification Service (Amazon SNS) topic Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
- Parameters:
events
- A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
events
A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.
- Parameters:
events
- A list of one or more events for which Amazon S3 Glacier will send a notification to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-