Interface StageAttributes
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
HttpStageAttributes,WebSocketStageAttributes
- All Known Implementing Classes:
HttpStageAttributes.Jsii$Proxy,StageAttributes.Jsii$Proxy,WebSocketStageAttributes.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-06T23:25:03.715Z")
@Stability(Stable)
public interface StageAttributes
extends software.amazon.jsii.JsiiSerializable
The attributes used to import existing Stage.
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.*;
StageAttributes stageAttributes = StageAttributes.builder()
.stageName("stageName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forStageAttributesstatic final classAn implementation forStageAttributes -
Method Summary
Modifier and TypeMethodDescriptionstatic StageAttributes.Builderbuilder()The name of the stage.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStageName
The name of the stage. -
builder
- Returns:
- a
StageAttributes.BuilderofStageAttributes
-