Struct aws_sdk_s3::model::inventory_s3_bucket_destination::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for InventoryS3BucketDestination
Implementations
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
The account ID that owns the destination S3 bucket. If no account ID is provided, the owner is not validated before exporting data.
Although this value is optional, we strongly recommend that you set it to help prevent problems if the destination bucket ownership changes.
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
The Amazon Resource Name (ARN) of the bucket where inventory results will be published.
Specifies the output format of the inventory results.
Specifies the output format of the inventory results.
The prefix that is prepended to all inventory results.
The prefix that is prepended to all inventory results.
Contains the type of server-side encryption used to encrypt the inventory results.
Contains the type of server-side encryption used to encrypt the inventory results.
Consumes the builder and constructs a InventoryS3BucketDestination
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