Struct aws_sdk_s3::model::queue_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for QueueConfiguration
Implementations
An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
An optional unique identifier for configurations in a notification configuration. If you don't provide one, Amazon S3 will assign an ID.
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
The Amazon Resource Name (ARN) of the Amazon SQS queue to which Amazon S3 publishes a message when it detects events of the specified type.
Appends an item to events
.
To override the contents of this collection use set_events
.
A collection of bucket events for which to send notifications
A collection of bucket events for which to send notifications
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.
Specifies object key name filtering rules. For information about key name filtering, see Configuring Event Notifications in the Amazon S3 User Guide.
Consumes the builder and constructs a QueueConfiguration
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more