@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.051Z") @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.