@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.033Z") @Stability(value=Experimental) public interface HttpStageAttributes extends software.amazon.jsii.JsiiSerializable, StageAttributes
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.*;
HttpApi httpApi;
HttpStageAttributes httpStageAttributes = HttpStageAttributes.builder()
.api(httpApi)
.stageName("stageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpStageAttributes.Builder
A builder for
HttpStageAttributes |
static class |
HttpStageAttributes.Jsii$Proxy
An implementation for
HttpStageAttributes |
| Modifier and Type | Method and Description |
|---|---|
static HttpStageAttributes.Builder |
builder() |
IHttpApi |
getApi()
(experimental) The API to which this stage is associated.
|
getStageName@Stability(value=Experimental) @NotNull IHttpApi getApi()
@Stability(value=Experimental) static HttpStageAttributes.Builder builder()
builder in interface StageAttributesHttpStageAttributes.Builder of HttpStageAttributesCopyright © 2022. All rights reserved.