Struct aws_sdk_securityhub::model::aws_api_gateway_rest_api_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsApiGatewayRestApiDetails
Implementations
A description of the REST API.
A description of the REST API.
Indicates when the API was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
Indicates when the API was created.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet
Date/Time Format. The value cannot contain spaces. For example,
2020-03-22T13:22:13.933Z
.
The version identifier for the REST API.
Appends an item to binary_media_types
.
To override the contents of this collection use set_binary_media_types
.
The list of binary media types supported by the REST API.
The list of binary media types supported by the REST API.
The minimum size in bytes of a payload before compression is enabled.
If null
, then compression is disabled.
If 0, then all payloads are compressed.
The minimum size in bytes of a payload before compression is enabled.
If null
, then compression is disabled.
If 0, then all payloads are compressed.
The source of the API key for metering requests according to a usage plan.
HEADER
indicates whether to read the API key from the X-API-Key header of a
request.
AUTHORIZER
indicates whether to read the API key from the
UsageIdentifierKey
from a custom authorizer.
The source of the API key for metering requests according to a usage plan.
HEADER
indicates whether to read the API key from the X-API-Key header of a
request.
AUTHORIZER
indicates whether to read the API key from the
UsageIdentifierKey
from a custom authorizer.
The endpoint configuration of the REST API.
pub fn set_endpoint_configuration(
self,
input: Option<AwsApiGatewayEndpointConfiguration>
) -> Self
pub fn set_endpoint_configuration(
self,
input: Option<AwsApiGatewayEndpointConfiguration>
) -> Self
The endpoint configuration of the REST API.
Consumes the builder and constructs a AwsApiGatewayRestApiDetails
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more