Struct aws_sdk_backup::input::start_report_job_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StartReportJobInput
Implementations
The unique name of a report plan.
The unique name of a report plan.
A customer-chosen string that you can use to distinguish between otherwise identical
calls to StartReportJobInput
. Retrying a successful request with the same
idempotency token results in a success message with no action taken.
A customer-chosen string that you can use to distinguish between otherwise identical
calls to StartReportJobInput
. Retrying a successful request with the same
idempotency token results in a success message with no action taken.
Consumes the builder and constructs a StartReportJobInput
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