Struct aws_sdk_codebuild::operation::create_report_group::builders::CreateReportGroupFluentBuilder
source · pub struct CreateReportGroupFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to CreateReportGroup
.
Creates a report group. A report group contains a collection of reports.
Implementations§
source§impl CreateReportGroupFluentBuilder
impl CreateReportGroupFluentBuilder
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§
source§impl Clone for CreateReportGroupFluentBuilder
impl Clone for CreateReportGroupFluentBuilder
source§fn clone(&self) -> CreateReportGroupFluentBuilder
fn clone(&self) -> CreateReportGroupFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more