Struct aws_sdk_batch::model::eks_host_path::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EksHostPath
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn path(self, input: impl Into<String>) -> Self
pub fn path(self, input: impl Into<String>) -> Self
The path of the file or directory on the host to mount into containers on the pod.
sourcepub fn set_path(self, input: Option<String>) -> Self
pub fn set_path(self, input: Option<String>) -> Self
The path of the file or directory on the host to mount into containers on the pod.
sourcepub fn build(self) -> EksHostPath
pub fn build(self) -> EksHostPath
Consumes the builder and constructs a EksHostPath
.