#[non_exhaustive]pub struct AnalyticsS3BucketDestinationBuilder { /* private fields */ }
Expand description
A builder for AnalyticsS3BucketDestination
.
Implementations§
§impl AnalyticsS3BucketDestinationBuilder
impl AnalyticsS3BucketDestinationBuilder
pub fn format(
self,
input: AnalyticsS3ExportFileFormat
) -> AnalyticsS3BucketDestinationBuilder
pub fn format( self, input: AnalyticsS3ExportFileFormat ) -> AnalyticsS3BucketDestinationBuilder
Specifies the file format used when exporting data to Amazon S3.
pub fn set_format(
self,
input: Option<AnalyticsS3ExportFileFormat>
) -> AnalyticsS3BucketDestinationBuilder
pub fn set_format( self, input: Option<AnalyticsS3ExportFileFormat> ) -> AnalyticsS3BucketDestinationBuilder
Specifies the file format used when exporting data to Amazon S3.
pub fn get_format(&self) -> &Option<AnalyticsS3ExportFileFormat>
pub fn get_format(&self) -> &Option<AnalyticsS3ExportFileFormat>
Specifies the file format used when exporting data to Amazon S3.
pub fn bucket_account_id(
self,
input: impl Into<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn bucket_account_id( self, input: impl Into<String> ) -> AnalyticsS3BucketDestinationBuilder
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.
pub fn set_bucket_account_id(
self,
input: Option<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn set_bucket_account_id( self, input: Option<String> ) -> AnalyticsS3BucketDestinationBuilder
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.
pub fn get_bucket_account_id(&self) -> &Option<String>
pub fn get_bucket_account_id(&self) -> &Option<String>
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.
pub fn bucket(
self,
input: impl Into<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn bucket( self, input: impl Into<String> ) -> AnalyticsS3BucketDestinationBuilder
The Amazon Resource Name (ARN) of the bucket to which data is exported.
pub fn set_bucket(
self,
input: Option<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn set_bucket( self, input: Option<String> ) -> AnalyticsS3BucketDestinationBuilder
The Amazon Resource Name (ARN) of the bucket to which data is exported.
pub fn get_bucket(&self) -> &Option<String>
pub fn get_bucket(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the bucket to which data is exported.
pub fn prefix(
self,
input: impl Into<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn prefix( self, input: impl Into<String> ) -> AnalyticsS3BucketDestinationBuilder
The prefix to use when exporting data. The prefix is prepended to all results.
pub fn set_prefix(
self,
input: Option<String>
) -> AnalyticsS3BucketDestinationBuilder
pub fn set_prefix( self, input: Option<String> ) -> AnalyticsS3BucketDestinationBuilder
The prefix to use when exporting data. The prefix is prepended to all results.
pub fn get_prefix(&self) -> &Option<String>
pub fn get_prefix(&self) -> &Option<String>
The prefix to use when exporting data. The prefix is prepended to all results.
pub fn build(self) -> AnalyticsS3BucketDestination
pub fn build(self) -> AnalyticsS3BucketDestination
Consumes the builder and constructs a AnalyticsS3BucketDestination
.
Trait Implementations§
§impl Clone for AnalyticsS3BucketDestinationBuilder
impl Clone for AnalyticsS3BucketDestinationBuilder
§fn clone(&self) -> AnalyticsS3BucketDestinationBuilder
fn clone(&self) -> AnalyticsS3BucketDestinationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more§impl Default for AnalyticsS3BucketDestinationBuilder
impl Default for AnalyticsS3BucketDestinationBuilder
§fn default() -> AnalyticsS3BucketDestinationBuilder
fn default() -> AnalyticsS3BucketDestinationBuilder
§impl PartialEq for AnalyticsS3BucketDestinationBuilder
impl PartialEq for AnalyticsS3BucketDestinationBuilder
§fn eq(&self, other: &AnalyticsS3BucketDestinationBuilder) -> bool
fn eq(&self, other: &AnalyticsS3BucketDestinationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.