Struct aws_sdk_securityhub::model::aws_api_gateway_v2_api_details::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsApiGatewayV2ApiDetails
Implementations
The URI of the API.
Uses the format
The stage name is typically appended to the URI to form a complete path to a deployed API stage.
The URI of the API.
Uses the format
The stage name is typically appended to the URI to form a complete path to a deployed API stage.
The identifier of the API.
An API key selection expression. Supported only for WebSocket APIs.
An API key selection expression. Supported only for WebSocket APIs.
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
.
A description of the API.
A description of the API.
The version identifier for the API.
The API protocol for the API.
Valid values: WEBSOCKET
| HTTP
The API protocol for the API.
Valid values: WEBSOCKET
| HTTP
The route selection expression for the API.
For HTTP APIs, must be ${request.method} ${request.path}
. This is the
default value for HTTP APIs.
For WebSocket APIs, there is no default value.
The route selection expression for the API.
For HTTP APIs, must be ${request.method} ${request.path}
. This is the
default value for HTTP APIs.
For WebSocket APIs, there is no default value.
A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.
A cross-origin resource sharing (CORS) configuration. Supported only for HTTP APIs.
Consumes the builder and constructs a AwsApiGatewayV2ApiDetails
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