@Stability(value=Experimental) public static final class HttpApiAttributes.Builder extends Object implements software.amazon.jsii.Builder<HttpApiAttributes>
HttpApiAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpApiAttributes.Builder |
apiEndpoint(String apiEndpoint)
Sets the value of
HttpApiAttributes.getApiEndpoint() |
HttpApiAttributes |
build()
Builds the configured instance.
|
HttpApiAttributes.Builder |
httpApiId(String httpApiId)
Sets the value of
HttpApiAttributes.getHttpApiId() |
@Stability(value=Experimental) public HttpApiAttributes.Builder httpApiId(String httpApiId)
HttpApiAttributes.getHttpApiId()httpApiId - The identifier of the HttpApi. This parameter is required.this@Stability(value=Experimental) public HttpApiAttributes.Builder apiEndpoint(String apiEndpoint)
HttpApiAttributes.getApiEndpoint()apiEndpoint - The endpoint URL of the HttpApi.this@Stability(value=Experimental) public HttpApiAttributes build()
build in interface software.amazon.jsii.Builder<HttpApiAttributes>HttpApiAttributesNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.