Struct aws_sdk_applicationcostprofiler::operation::update_report_definition::builders::UpdateReportDefinitionFluentBuilder
source · pub struct UpdateReportDefinitionFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateReportDefinition.
Updates existing report in AWS Application Cost Profiler.
Implementations§
source§impl UpdateReportDefinitionFluentBuilder
impl UpdateReportDefinitionFluentBuilder
sourcepub fn as_input(&self) -> &UpdateReportDefinitionInputBuilder
pub fn as_input(&self) -> &UpdateReportDefinitionInputBuilder
Access the UpdateReportDefinition as a reference.
sourcepub async fn send(
self
) -> Result<UpdateReportDefinitionOutput, SdkError<UpdateReportDefinitionError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateReportDefinitionOutput, SdkError<UpdateReportDefinitionError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<UpdateReportDefinitionOutput, UpdateReportDefinitionError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateReportDefinitionOutput, UpdateReportDefinitionError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn set_report_id(self, input: Option<String>) -> Self
pub fn set_report_id(self, input: Option<String>) -> Self
Required. ID of the report to update.
sourcepub fn get_report_id(&self) -> &Option<String>
pub fn get_report_id(&self) -> &Option<String>
Required. ID of the report to update.
sourcepub fn report_description(self, input: impl Into<String>) -> Self
pub fn report_description(self, input: impl Into<String>) -> Self
Required. Description of the report.
sourcepub fn set_report_description(self, input: Option<String>) -> Self
pub fn set_report_description(self, input: Option<String>) -> Self
Required. Description of the report.
sourcepub fn get_report_description(&self) -> &Option<String>
pub fn get_report_description(&self) -> &Option<String>
Required. Description of the report.
sourcepub fn report_frequency(self, input: ReportFrequency) -> Self
pub fn report_frequency(self, input: ReportFrequency) -> Self
Required. The cadence to generate the report.
sourcepub fn set_report_frequency(self, input: Option<ReportFrequency>) -> Self
pub fn set_report_frequency(self, input: Option<ReportFrequency>) -> Self
Required. The cadence to generate the report.
sourcepub fn get_report_frequency(&self) -> &Option<ReportFrequency>
pub fn get_report_frequency(&self) -> &Option<ReportFrequency>
Required. The cadence to generate the report.
sourcepub fn format(self, input: Format) -> Self
pub fn format(self, input: Format) -> Self
Required. The format to use for the generated report.
sourcepub fn set_format(self, input: Option<Format>) -> Self
pub fn set_format(self, input: Option<Format>) -> Self
Required. The format to use for the generated report.
sourcepub fn get_format(&self) -> &Option<Format>
pub fn get_format(&self) -> &Option<Format>
Required. The format to use for the generated report.
sourcepub fn destination_s3_location(self, input: S3Location) -> Self
pub fn destination_s3_location(self, input: S3Location) -> Self
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
sourcepub fn set_destination_s3_location(self, input: Option<S3Location>) -> Self
pub fn set_destination_s3_location(self, input: Option<S3Location>) -> Self
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
sourcepub fn get_destination_s3_location(&self) -> &Option<S3Location>
pub fn get_destination_s3_location(&self) -> &Option<S3Location>
Required. Amazon Simple Storage Service (Amazon S3) location where Application Cost Profiler uploads the report.
Trait Implementations§
source§impl Clone for UpdateReportDefinitionFluentBuilder
impl Clone for UpdateReportDefinitionFluentBuilder
source§fn clone(&self) -> UpdateReportDefinitionFluentBuilder
fn clone(&self) -> UpdateReportDefinitionFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more