Struct aws_sdk_codebuild::client::fluent_builders::CreateReportGroup
source · [−]pub struct CreateReportGroup { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateReportGroup
.
Creates a report group. A report group contains a collection of reports.
Implementations
sourceimpl CreateReportGroup
impl CreateReportGroup
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateReportGroup, AwsResponseRetryClassifier>, SdkError<CreateReportGroupError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<CreateReportGroup, AwsResponseRetryClassifier>, SdkError<CreateReportGroupError>>
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<CreateReportGroupOutput, SdkError<CreateReportGroupError>>
pub async fn send(
self
) -> Result<CreateReportGroupOutput, SdkError<CreateReportGroupError>>
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 type(self, input: ReportType) -> Self
pub fn type(self, input: ReportType) -> Self
The type of report group.
sourcepub fn set_type(self, input: Option<ReportType>) -> Self
pub fn set_type(self, input: Option<ReportType>) -> Self
The type of report group.
sourcepub fn export_config(self, input: ReportExportConfig) -> Self
pub fn export_config(self, input: ReportExportConfig) -> Self
A ReportExportConfig
object that contains information about where the report group test results are exported.
sourcepub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
pub fn set_export_config(self, input: Option<ReportExportConfig>) -> Self
A ReportExportConfig
object that contains information about where the report group test results are exported.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
A 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.
A 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 CreateReportGroup
impl Clone for CreateReportGroup
sourcefn clone(&self) -> CreateReportGroup
fn clone(&self) -> CreateReportGroup
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more