Struct aws_sdk_appstream::model::usage_report_subscription::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for UsageReportSubscription
Implementations
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
The Amazon S3 bucket where generated reports are stored.
If you enabled on-instance session scripts and Amazon S3 logging for your session script configuration, AppStream 2.0 created an S3 bucket to store the script output. The bucket is unique to your account and Region. When you enable usage reporting in this case, AppStream 2.0 uses the same bucket to store your usage reports. If you haven't already enabled on-instance session scripts, when you enable usage reports, AppStream 2.0 creates a new S3 bucket.
The schedule for generating usage reports.
The schedule for generating usage reports.
The time when the last usage report was generated.
The time when the last usage report was generated.
pub fn subscription_errors(
self,
input: impl Into<LastReportGenerationExecutionError>
) -> Self
pub fn subscription_errors(
self,
input: impl Into<LastReportGenerationExecutionError>
) -> Self
Appends an item to subscription_errors.
To override the contents of this collection use set_subscription_errors.
The errors that were returned if usage reports couldn't be generated.
pub fn set_subscription_errors(
self,
input: Option<Vec<LastReportGenerationExecutionError>>
) -> Self
pub fn set_subscription_errors(
self,
input: Option<Vec<LastReportGenerationExecutionError>>
) -> Self
The errors that were returned if usage reports couldn't be generated.
Consumes the builder and constructs a UsageReportSubscription
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