#[non_exhaustive]pub struct StartReportJobOutputBuilder { /* private fields */ }
Expand description
A builder for StartReportJobOutput
.
Implementations§
source§impl StartReportJobOutputBuilder
impl StartReportJobOutputBuilder
sourcepub fn report_job_id(self, input: impl Into<String>) -> Self
pub fn report_job_id(self, input: impl Into<String>) -> Self
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
sourcepub fn set_report_job_id(self, input: Option<String>) -> Self
pub fn set_report_job_id(self, input: Option<String>) -> Self
The identifier of the report job. A unique, randomly generated, Unicode, UTF-8 encoded string that is at most 1,024 bytes long. The report job ID cannot be edited.
sourcepub fn build(self) -> StartReportJobOutput
pub fn build(self) -> StartReportJobOutput
Consumes the builder and constructs a StartReportJobOutput
.
Trait Implementations§
source§impl Clone for StartReportJobOutputBuilder
impl Clone for StartReportJobOutputBuilder
source§fn clone(&self) -> StartReportJobOutputBuilder
fn clone(&self) -> StartReportJobOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for StartReportJobOutputBuilder
impl Debug for StartReportJobOutputBuilder
source§impl Default for StartReportJobOutputBuilder
impl Default for StartReportJobOutputBuilder
source§fn default() -> StartReportJobOutputBuilder
fn default() -> StartReportJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartReportJobOutputBuilder> for StartReportJobOutputBuilder
impl PartialEq<StartReportJobOutputBuilder> for StartReportJobOutputBuilder
source§fn eq(&self, other: &StartReportJobOutputBuilder) -> bool
fn eq(&self, other: &StartReportJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.