#[non_exhaustive]pub struct AwsEcsTaskDefinitionVolumesHostDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEcsTaskDefinitionVolumesHostDetails
.
Implementations§
source§impl AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl AwsEcsTaskDefinitionVolumesHostDetailsBuilder
sourcepub fn source_path(self, input: impl Into<String>) -> Self
pub fn source_path(self, input: impl Into<String>) -> Self
The path on the host container instance that is presented to the container.
sourcepub fn set_source_path(self, input: Option<String>) -> Self
pub fn set_source_path(self, input: Option<String>) -> Self
The path on the host container instance that is presented to the container.
sourcepub fn get_source_path(&self) -> &Option<String>
pub fn get_source_path(&self) -> &Option<String>
The path on the host container instance that is presented to the container.
sourcepub fn build(self) -> AwsEcsTaskDefinitionVolumesHostDetails
pub fn build(self) -> AwsEcsTaskDefinitionVolumesHostDetails
Consumes the builder and constructs a AwsEcsTaskDefinitionVolumesHostDetails
.
Trait Implementations§
source§impl Clone for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl Clone for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
source§fn clone(&self) -> AwsEcsTaskDefinitionVolumesHostDetailsBuilder
fn clone(&self) -> AwsEcsTaskDefinitionVolumesHostDetailsBuilder
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 AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl Default for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
source§fn default() -> AwsEcsTaskDefinitionVolumesHostDetailsBuilder
fn default() -> AwsEcsTaskDefinitionVolumesHostDetailsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl PartialEq for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
source§fn eq(&self, other: &AwsEcsTaskDefinitionVolumesHostDetailsBuilder) -> bool
fn eq(&self, other: &AwsEcsTaskDefinitionVolumesHostDetailsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl Send for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl Sync for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl Unpin for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
impl UnwindSafe for AwsEcsTaskDefinitionVolumesHostDetailsBuilder
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.