@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.391Z") @Stability(value=Experimental) public interface HttpApiAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigatewayv2.alpha.*;
HttpApiAttributes httpApiAttributes = HttpApiAttributes.builder()
.httpApiId("httpApiId")
// the properties below are optional
.apiEndpoint("apiEndpoint")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpApiAttributes.Builder
A builder for
HttpApiAttributes |
static class |
HttpApiAttributes.Jsii$Proxy
An implementation for
HttpApiAttributes |
| Modifier and Type | Method and Description |
|---|---|
static HttpApiAttributes.Builder |
builder() |
default String |
getApiEndpoint()
(experimental) The endpoint URL of the HttpApi.
|
String |
getHttpApiId()
(experimental) The identifier of the HttpApi.
|
@Stability(value=Experimental) @NotNull String getHttpApiId()
@Stability(value=Experimental) @Nullable default String getApiEndpoint()
Default: - throws an error if apiEndpoint is accessed.
@Stability(value=Experimental) static HttpApiAttributes.Builder builder()
HttpApiAttributes.Builder of HttpApiAttributesCopyright © 2023. All rights reserved.