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 fn as_input(&self) -> &CreateReportGroupInputBuilder
pub fn as_input(&self) -> &CreateReportGroupInputBuilder
Access the CreateReportGroup as a reference.
sourcepub async fn send(
self
) -> Result<CreateReportGroupOutput, SdkError<CreateReportGroupError, HttpResponse>>
pub async fn send( self ) -> Result<CreateReportGroupOutput, SdkError<CreateReportGroupError, 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<CreateReportGroupOutput, CreateReportGroupError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateReportGroupOutput, CreateReportGroupError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 get_type(&self) -> &Option<ReportType>
pub fn get_type(&self) -> &Option<ReportType>
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.
sourcepub fn get_export_config(&self) -> &Option<ReportExportConfig>
pub fn get_export_config(&self) -> &Option<ReportExportConfig>
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.
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