Struct aws_sdk_securityhub::model::aws_s3_bucket_notification_configuration::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for AwsS3BucketNotificationConfiguration
Implementations
pub fn configurations(
self,
input: impl Into<AwsS3BucketNotificationConfigurationDetail>
) -> Self
pub fn configurations(
self,
input: impl Into<AwsS3BucketNotificationConfigurationDetail>
) -> Self
Appends an item to configurations.
To override the contents of this collection use set_configurations.
Configurations for S3 bucket notifications.
pub fn set_configurations(
self,
input: Option<Vec<AwsS3BucketNotificationConfigurationDetail>>
) -> Self
pub fn set_configurations(
self,
input: Option<Vec<AwsS3BucketNotificationConfigurationDetail>>
) -> Self
Configurations for S3 bucket notifications.
Consumes the builder and constructs a AwsS3BucketNotificationConfiguration
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
