@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.621Z") @Stability(value=Experimental) public interface StageAttributes extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StageAttributes.Builder
A builder for
StageAttributes |
static class |
StageAttributes.Jsii$Proxy
An implementation for
StageAttributes |
| Modifier and Type | Method and Description |
|---|---|
static StageAttributes.Builder |
builder() |
String |
getStageName()
(experimental) The name of the stage.
|
@Stability(value=Experimental) @NotNull String getStageName()
@Stability(value=Experimental) static StageAttributes.Builder builder()
StageAttributes.Builder of StageAttributesCopyright © 2022. All rights reserved.