pub struct Builder { /* private fields */ }
Expand description
A builder for AwsEcsTaskDefinitionVolumesHostDetails
.
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
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 build(self) -> AwsEcsTaskDefinitionVolumesHostDetails
pub fn build(self) -> AwsEcsTaskDefinitionVolumesHostDetails
Consumes the builder and constructs a AwsEcsTaskDefinitionVolumesHostDetails
.