pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEcsTaskVolumeHostDetails
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn source_path(self, input: impl Into<String>) -> Self
pub fn source_path(self, input: impl Into<String>) -> Self
When the host
parameter is used, specify a sourcePath
to declare the path on the host container instance that's presented to the container.
sourcepub fn set_source_path(self, input: Option<String>) -> Self
pub fn set_source_path(self, input: Option<String>) -> Self
When the host
parameter is used, specify a sourcePath
to declare the path on the host container instance that's presented to the container.
sourcepub fn build(self) -> AwsEcsTaskVolumeHostDetails
pub fn build(self) -> AwsEcsTaskVolumeHostDetails
Consumes the builder and constructs a AwsEcsTaskVolumeHostDetails
.