Struct aws_sdk_securityhub::model::aws_sqs_queue_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsSqsQueueDetails
Implementations
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
The length of time, in seconds, for which Amazon SQS can reuse a data key to encrypt or decrypt messages before calling KMS again.
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
The ID of an Amazon Web Services managed key for Amazon SQS or a custom KMS key.
The name of the new queue.
The name of the new queue.
The ARN of the dead-letter queue to which Amazon SQS moves
messages after the value of maxReceiveCount
is exceeded.
The ARN of the dead-letter queue to which Amazon SQS moves
messages after the value of maxReceiveCount
is exceeded.
Consumes the builder and constructs a AwsSqsQueueDetails
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