@Stability(value=Experimental) public static final class WebSocketStageAttributes.Builder extends Object implements software.amazon.jsii.Builder<WebSocketStageAttributes>
WebSocketStageAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
WebSocketStageAttributes.Builder |
api(IWebSocketApi api)
Sets the value of
WebSocketStageAttributes.getApi() |
WebSocketStageAttributes |
build()
Builds the configured instance.
|
WebSocketStageAttributes.Builder |
stageName(String stageName)
Sets the value of
StageAttributes.getStageName() |
@Stability(value=Experimental) public WebSocketStageAttributes.Builder api(IWebSocketApi api)
WebSocketStageAttributes.getApi()api - The API to which this stage is associated. This parameter is required.this@Stability(value=Experimental) public WebSocketStageAttributes.Builder stageName(String stageName)
StageAttributes.getStageName()stageName - The name of the stage. This parameter is required.this@Stability(value=Experimental) public WebSocketStageAttributes build()
build in interface software.amazon.jsii.Builder<WebSocketStageAttributes>WebSocketStageAttributesNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.