#[non_exhaustive]pub struct AwsApiGatewayEndpointConfigurationBuilder { /* private fields */ }
Expand description
A builder for AwsApiGatewayEndpointConfiguration
.
Implementations§
source§impl AwsApiGatewayEndpointConfigurationBuilder
impl AwsApiGatewayEndpointConfigurationBuilder
sourcepub fn types(self, input: impl Into<String>) -> Self
pub fn types(self, input: impl Into<String>) -> Self
Appends an item to types
.
To override the contents of this collection use set_types
.
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE
. For a Regional API, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.
sourcepub fn set_types(self, input: Option<Vec<String>>) -> Self
pub fn set_types(self, input: Option<Vec<String>>) -> Self
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE
. For a Regional API, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.
sourcepub fn get_types(&self) -> &Option<Vec<String>>
pub fn get_types(&self) -> &Option<Vec<String>>
A list of endpoint types for the REST API.
For an edge-optimized API, the endpoint type is EDGE
. For a Regional API, the endpoint type is REGIONAL
. For a private API, the endpoint type is PRIVATE
.
sourcepub fn build(self) -> AwsApiGatewayEndpointConfiguration
pub fn build(self) -> AwsApiGatewayEndpointConfiguration
Consumes the builder and constructs a AwsApiGatewayEndpointConfiguration
.
Trait Implementations§
source§impl Clone for AwsApiGatewayEndpointConfigurationBuilder
impl Clone for AwsApiGatewayEndpointConfigurationBuilder
source§fn clone(&self) -> AwsApiGatewayEndpointConfigurationBuilder
fn clone(&self) -> AwsApiGatewayEndpointConfigurationBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsApiGatewayEndpointConfigurationBuilder
impl Default for AwsApiGatewayEndpointConfigurationBuilder
source§fn default() -> AwsApiGatewayEndpointConfigurationBuilder
fn default() -> AwsApiGatewayEndpointConfigurationBuilder
source§impl PartialEq for AwsApiGatewayEndpointConfigurationBuilder
impl PartialEq for AwsApiGatewayEndpointConfigurationBuilder
source§fn eq(&self, other: &AwsApiGatewayEndpointConfigurationBuilder) -> bool
fn eq(&self, other: &AwsApiGatewayEndpointConfigurationBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.