Struct aws_sdk_codebuild::client::fluent_builders::UpdateReportGroup
source · [−]pub struct UpdateReportGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateReportGroup
.
Updates a report group.
Implementations
sourceimpl UpdateReportGroup
impl UpdateReportGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateReportGroup, AwsResponseRetryClassifier>, SdkError<UpdateReportGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<UpdateReportGroup, AwsResponseRetryClassifier>, SdkError<UpdateReportGroupError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<UpdateReportGroupOutput, SdkError<UpdateReportGroupError>>
pub async fn send(
self
) -> Result<UpdateReportGroupOutput, SdkError<UpdateReportGroupError>>
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 export_config(self, input: ReportExportConfig) -> Self
pub fn export_config(self, input: ReportExportConfig) -> Self
Used to specify an updated export type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
sourcepub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
pub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
Used to specify an updated export type. Valid values are:
-
S3
: The report results are exported to an S3 bucket. -
NO_EXPORT
: The report results are not exported.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
An updated list of tag key and value pairs associated with this report group.
These tags are available for use by Amazon Web Services services that support CodeBuild report group tags.
Trait Implementations
sourceimpl Clone for UpdateReportGroup
impl Clone for UpdateReportGroup
sourcefn clone(&self) -> UpdateReportGroup
fn clone(&self) -> UpdateReportGroup
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more