Struct aws_sdk_securityhub::types::builders::AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
source · #[non_exhaustive]pub struct AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
.
Implementations§
source§impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
sourcepub fn group_name(self, input: impl Into<String>) -> Self
pub fn group_name(self, input: impl Into<String>) -> Self
The group name of the logs in CloudWatch Logs.
sourcepub fn set_group_name(self, input: Option<String>) -> Self
pub fn set_group_name(self, input: Option<String>) -> Self
The group name of the logs in CloudWatch Logs.
sourcepub fn get_group_name(&self) -> &Option<String>
pub fn get_group_name(&self) -> &Option<String>
The group name of the logs in CloudWatch Logs.
sourcepub fn status(self, input: impl Into<String>) -> Self
pub fn status(self, input: impl Into<String>) -> Self
The current status of the logs in CloudWatch Logs for a build project.
sourcepub fn set_status(self, input: Option<String>) -> Self
pub fn set_status(self, input: Option<String>) -> Self
The current status of the logs in CloudWatch Logs for a build project.
sourcepub fn get_status(&self) -> &Option<String>
pub fn get_status(&self) -> &Option<String>
The current status of the logs in CloudWatch Logs for a build project.
sourcepub fn stream_name(self, input: impl Into<String>) -> Self
pub fn stream_name(self, input: impl Into<String>) -> Self
The prefix of the stream name of the CloudWatch Logs.
sourcepub fn set_stream_name(self, input: Option<String>) -> Self
pub fn set_stream_name(self, input: Option<String>) -> Self
The prefix of the stream name of the CloudWatch Logs.
sourcepub fn get_stream_name(&self) -> &Option<String>
pub fn get_stream_name(&self) -> &Option<String>
The prefix of the stream name of the CloudWatch Logs.
sourcepub fn build(self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
pub fn build(self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
Consumes the builder and constructs a AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails
.
Trait Implementations§
source§impl Clone for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl Clone for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
source§fn clone(&self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
fn clone(&self) -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl Default for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
source§fn default() -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
fn default() -> AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl PartialEq for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
source§fn eq(
&self,
other: &AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl Send for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl Sync for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl Unpin for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
impl UnwindSafe for AwsCodeBuildProjectLogsConfigCloudWatchLogsDetailsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more