Struct aws_sdk_sagemaker::model::provisioning_parameter::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ProvisioningParameter
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn key(self, input: impl Into<String>) -> Self
pub fn key(self, input: impl Into<String>) -> Self
The key that identifies a provisioning parameter.
sourcepub fn set_key(self, input: Option<String>) -> Self
pub fn set_key(self, input: Option<String>) -> Self
The key that identifies a provisioning parameter.
sourcepub fn build(self) -> ProvisioningParameter
pub fn build(self) -> ProvisioningParameter
Consumes the builder and constructs a ProvisioningParameter
.