Struct aws_sdk_securityhub::types::builders::AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
source · #[non_exhaustive]pub struct AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder { /* private fields */ }
Expand description
A builder for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
.
Implementations§
source§impl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
impl AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
sourcepub fn container_path(self, input: impl Into<String>) -> Self
pub fn container_path(self, input: impl Into<String>) -> Self
The path on the container to mount the host volume at.
sourcepub fn set_container_path(self, input: Option<String>) -> Self
pub fn set_container_path(self, input: Option<String>) -> Self
The path on the container to mount the host volume at.
sourcepub fn get_container_path(&self) -> &Option<String>
pub fn get_container_path(&self) -> &Option<String>
The path on the container to mount the host volume at.
sourcepub fn read_only(self, input: bool) -> Self
pub fn read_only(self, input: bool) -> Self
Whether the container has read-only access to the volume.
sourcepub fn set_read_only(self, input: Option<bool>) -> Self
pub fn set_read_only(self, input: Option<bool>) -> Self
Whether the container has read-only access to the volume.
sourcepub fn get_read_only(&self) -> &Option<bool>
pub fn get_read_only(&self) -> &Option<bool>
Whether the container has read-only access to the volume.
sourcepub fn source_volume(self, input: impl Into<String>) -> Self
pub fn source_volume(self, input: impl Into<String>) -> Self
The name of the volume to mount. Must match the name of a volume listed in VolumeDetails
for the task definition.
sourcepub fn set_source_volume(self, input: Option<String>) -> Self
pub fn set_source_volume(self, input: Option<String>) -> Self
The name of the volume to mount. Must match the name of a volume listed in VolumeDetails
for the task definition.
sourcepub fn get_source_volume(&self) -> &Option<String>
pub fn get_source_volume(&self) -> &Option<String>
The name of the volume to mount. Must match the name of a volume listed in VolumeDetails
for the task definition.
sourcepub fn build(self) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
pub fn build(self) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
Consumes the builder and constructs a AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetails
.
Trait Implementations§
source§impl Clone for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
impl Clone for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
source§fn clone(
&self
) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
fn clone( &self ) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
impl Default for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
source§fn default(
) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
fn default( ) -> AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
source§impl PartialEq for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
impl PartialEq for AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
source§fn eq(
&self,
other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder
) -> bool
fn eq( &self, other: &AwsEcsTaskDefinitionContainerDefinitionsMountPointsDetailsBuilder ) -> bool
self
and other
values to be equal, and is used
by ==
.