@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.432Z") @Stability(value=Experimental) public interface WebSocketStageAttributes 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.alpha.*;
WebSocketApi webSocketApi;
WebSocketStageAttributes webSocketStageAttributes = WebSocketStageAttributes.builder()
.api(webSocketApi)
.stageName("stageName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketStageAttributes.Builder
A builder for
WebSocketStageAttributes |
static class |
WebSocketStageAttributes.Jsii$Proxy
An implementation for
WebSocketStageAttributes |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketStageAttributes.Builder |
builder() |
IWebSocketApi |
getApi()
(experimental) The API to which this stage is associated.
|
getStageName@Stability(value=Experimental) @NotNull IWebSocketApi getApi()
@Stability(value=Experimental) static WebSocketStageAttributes.Builder builder()
builder in interface StageAttributesWebSocketStageAttributes.Builder of WebSocketStageAttributesCopyright © 2023. All rights reserved.