| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
NotificationConfiguration.builder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.lambdaFunctionConfigurations(Collection<LambdaFunctionConfiguration> lambdaFunctionConfigurations)
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.lambdaFunctionConfigurations(Consumer<LambdaFunctionConfiguration.Builder>... lambdaFunctionConfigurations)
This is a convenience that creates an instance of the
List
avoiding the need to create one manually via List. |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.lambdaFunctionConfigurations(LambdaFunctionConfiguration... lambdaFunctionConfigurations)
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.queueConfigurations(Collection<QueueConfiguration> queueConfigurations)
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.queueConfigurations(Consumer<QueueConfiguration.Builder>... queueConfigurations)
This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.queueConfigurations(QueueConfiguration... queueConfigurations)
|
NotificationConfiguration.Builder |
NotificationConfiguration.toBuilder() |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicConfigurations(Collection<TopicConfiguration> topicConfigurations)
|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicConfigurations(Consumer<TopicConfiguration.Builder>... topicConfigurations)
This is a convenience that creates an instance of the
List avoiding the
need to create one manually via List. |
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.topicConfigurations(TopicConfiguration... topicConfigurations)
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationConfiguration.Builder> |
NotificationConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutBucketNotificationConfigurationRequest.Builder |
PutBucketNotificationConfigurationRequest.Builder.notificationConfiguration(Consumer<NotificationConfiguration.Builder> notificationConfiguration)
Sets the value of the NotificationConfiguration property for this object.
|
Copyright © 2019. All rights reserved.