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