Struct aws_sdk_sagemaker::types::builders::EndpointInfoBuilder
source · #[non_exhaustive]pub struct EndpointInfoBuilder { /* private fields */ }
Expand description
A builder for EndpointInfo
.
Implementations§
source§impl EndpointInfoBuilder
impl EndpointInfoBuilder
sourcepub fn endpoint_name(self, input: impl Into<String>) -> Self
pub fn endpoint_name(self, input: impl Into<String>) -> Self
The name of a customer's endpoint.
sourcepub fn set_endpoint_name(self, input: Option<String>) -> Self
pub fn set_endpoint_name(self, input: Option<String>) -> Self
The name of a customer's endpoint.
sourcepub fn build(self) -> EndpointInfo
pub fn build(self) -> EndpointInfo
Consumes the builder and constructs a EndpointInfo
.
Trait Implementations§
source§impl Clone for EndpointInfoBuilder
impl Clone for EndpointInfoBuilder
source§fn clone(&self) -> EndpointInfoBuilder
fn clone(&self) -> EndpointInfoBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EndpointInfoBuilder
impl Debug for EndpointInfoBuilder
source§impl Default for EndpointInfoBuilder
impl Default for EndpointInfoBuilder
source§fn default() -> EndpointInfoBuilder
fn default() -> EndpointInfoBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EndpointInfoBuilder> for EndpointInfoBuilder
impl PartialEq<EndpointInfoBuilder> for EndpointInfoBuilder
source§fn eq(&self, other: &EndpointInfoBuilder) -> bool
fn eq(&self, other: &EndpointInfoBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.