Struct aws_sdk_omics::types::builders::RunLogLocationBuilder
source · #[non_exhaustive]pub struct RunLogLocationBuilder { /* private fields */ }
Expand description
A builder for RunLogLocation
.
Implementations§
source§impl RunLogLocationBuilder
impl RunLogLocationBuilder
sourcepub fn engine_log_stream(self, input: impl Into<String>) -> Self
pub fn engine_log_stream(self, input: impl Into<String>) -> Self
The log stream ARN for the engine log.
sourcepub fn set_engine_log_stream(self, input: Option<String>) -> Self
pub fn set_engine_log_stream(self, input: Option<String>) -> Self
The log stream ARN for the engine log.
sourcepub fn get_engine_log_stream(&self) -> &Option<String>
pub fn get_engine_log_stream(&self) -> &Option<String>
The log stream ARN for the engine log.
sourcepub fn run_log_stream(self, input: impl Into<String>) -> Self
pub fn run_log_stream(self, input: impl Into<String>) -> Self
The log stream ARN for the run log.
sourcepub fn set_run_log_stream(self, input: Option<String>) -> Self
pub fn set_run_log_stream(self, input: Option<String>) -> Self
The log stream ARN for the run log.
sourcepub fn get_run_log_stream(&self) -> &Option<String>
pub fn get_run_log_stream(&self) -> &Option<String>
The log stream ARN for the run log.
sourcepub fn build(self) -> RunLogLocation
pub fn build(self) -> RunLogLocation
Consumes the builder and constructs a RunLogLocation
.
Trait Implementations§
source§impl Clone for RunLogLocationBuilder
impl Clone for RunLogLocationBuilder
source§fn clone(&self) -> RunLogLocationBuilder
fn clone(&self) -> RunLogLocationBuilder
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 Debug for RunLogLocationBuilder
impl Debug for RunLogLocationBuilder
source§impl Default for RunLogLocationBuilder
impl Default for RunLogLocationBuilder
source§fn default() -> RunLogLocationBuilder
fn default() -> RunLogLocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for RunLogLocationBuilder
impl PartialEq for RunLogLocationBuilder
source§fn eq(&self, other: &RunLogLocationBuilder) -> bool
fn eq(&self, other: &RunLogLocationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for RunLogLocationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for RunLogLocationBuilder
impl Send for RunLogLocationBuilder
impl Sync for RunLogLocationBuilder
impl Unpin for RunLogLocationBuilder
impl UnwindSafe for RunLogLocationBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.