#[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 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
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 Default for AwsApiGatewayEndpointConfigurationBuilder
impl Default for AwsApiGatewayEndpointConfigurationBuilder
source§fn default() -> AwsApiGatewayEndpointConfigurationBuilder
fn default() -> AwsApiGatewayEndpointConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AwsApiGatewayEndpointConfigurationBuilder> for AwsApiGatewayEndpointConfigurationBuilder
impl PartialEq<AwsApiGatewayEndpointConfigurationBuilder> for AwsApiGatewayEndpointConfigurationBuilder
source§fn eq(&self, other: &AwsApiGatewayEndpointConfigurationBuilder) -> bool
fn eq(&self, other: &AwsApiGatewayEndpointConfigurationBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.