Struct aws_sdk_appstream::types::builders::AccessEndpointBuilder
source · #[non_exhaustive]pub struct AccessEndpointBuilder { /* private fields */ }
Expand description
A builder for AccessEndpoint
.
Implementations§
source§impl AccessEndpointBuilder
impl AccessEndpointBuilder
sourcepub fn endpoint_type(self, input: AccessEndpointType) -> Self
pub fn endpoint_type(self, input: AccessEndpointType) -> Self
The type of interface endpoint.
sourcepub fn set_endpoint_type(self, input: Option<AccessEndpointType>) -> Self
pub fn set_endpoint_type(self, input: Option<AccessEndpointType>) -> Self
The type of interface endpoint.
sourcepub fn vpce_id(self, input: impl Into<String>) -> Self
pub fn vpce_id(self, input: impl Into<String>) -> Self
The identifier (ID) of the VPC in which the interface endpoint is used.
sourcepub fn set_vpce_id(self, input: Option<String>) -> Self
pub fn set_vpce_id(self, input: Option<String>) -> Self
The identifier (ID) of the VPC in which the interface endpoint is used.
sourcepub fn build(self) -> AccessEndpoint
pub fn build(self) -> AccessEndpoint
Consumes the builder and constructs a AccessEndpoint
.
Trait Implementations§
source§impl Clone for AccessEndpointBuilder
impl Clone for AccessEndpointBuilder
source§fn clone(&self) -> AccessEndpointBuilder
fn clone(&self) -> AccessEndpointBuilder
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 AccessEndpointBuilder
impl Debug for AccessEndpointBuilder
source§impl Default for AccessEndpointBuilder
impl Default for AccessEndpointBuilder
source§fn default() -> AccessEndpointBuilder
fn default() -> AccessEndpointBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AccessEndpointBuilder> for AccessEndpointBuilder
impl PartialEq<AccessEndpointBuilder> for AccessEndpointBuilder
source§fn eq(&self, other: &AccessEndpointBuilder) -> bool
fn eq(&self, other: &AccessEndpointBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.