Struct aws_sdk_batch::model::eks_properties::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EksProperties
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn pod_properties(self, input: EksPodProperties) -> Self
pub fn pod_properties(self, input: EksPodProperties) -> Self
The properties for the Kubernetes pod resources of a job.
sourcepub fn set_pod_properties(self, input: Option<EksPodProperties>) -> Self
pub fn set_pod_properties(self, input: Option<EksPodProperties>) -> Self
The properties for the Kubernetes pod resources of a job.
sourcepub fn build(self) -> EksProperties
pub fn build(self) -> EksProperties
Consumes the builder and constructs a EksProperties
.