Interface WebSocketStageAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,StageAttributes
- All Known Implementing Classes:
WebSocketStageAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:02.848Z")
@Stability(Stable)
public interface WebSocketStageAttributes
extends software.amazon.jsii.JsiiSerializable, StageAttributes
The attributes used to import existing WebSocketStage.
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.*;
WebSocketApi webSocketApi;
WebSocketStageAttributes webSocketStageAttributes = WebSocketStageAttributes.builder()
.api(webSocketApi)
.stageName("stageName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forWebSocketStageAttributesstatic final classAn implementation forWebSocketStageAttributes -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJsonMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.StageAttributes
getStageName
-
Method Details
-
getApi
The API to which this stage is associated. -
builder
- Returns:
- a
WebSocketStageAttributes.BuilderofWebSocketStageAttributes
-