Struct aws_sdk_sagemaker::model::endpoint_config_summary::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EndpointConfigSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn endpoint_config_name(self, input: impl Into<String>) -> Self
pub fn endpoint_config_name(self, input: impl Into<String>) -> Self
The name of the endpoint configuration.
sourcepub fn set_endpoint_config_name(self, input: Option<String>) -> Self
pub fn set_endpoint_config_name(self, input: Option<String>) -> Self
The name of the endpoint configuration.
sourcepub fn endpoint_config_arn(self, input: impl Into<String>) -> Self
pub fn endpoint_config_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint configuration.
sourcepub fn set_endpoint_config_arn(self, input: Option<String>) -> Self
pub fn set_endpoint_config_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the endpoint configuration.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
A timestamp that shows when the endpoint configuration was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
A timestamp that shows when the endpoint configuration was created.
sourcepub fn build(self) -> EndpointConfigSummary
pub fn build(self) -> EndpointConfigSummary
Consumes the builder and constructs a EndpointConfigSummary
.