@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.071Z") @Stability(value=Deprecated) @Deprecated public interface CfnApiMappingV2Props 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.apigateway.*;
CfnApiMappingV2Props cfnApiMappingV2Props = CfnApiMappingV2Props.builder()
.apiId("apiId")
.domainName("domainName")
.stage("stage")
// the properties below are optional
.apiMappingKey("apiMappingKey")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnApiMappingV2Props.Builder
Deprecated.
|
static class |
CfnApiMappingV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnApiMappingV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getApiMappingKey()
Deprecated.
|
String |
getDomainName()
Deprecated.
|
String |
getStage()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getDomainName()
@Stability(value=Deprecated) @Deprecated @NotNull String getStage()
@Stability(value=Deprecated) @Deprecated @Nullable default String getApiMappingKey()
@Stability(value=Deprecated) @Deprecated static CfnApiMappingV2Props.Builder builder()
CfnApiMappingV2Props.Builder of CfnApiMappingV2PropsCopyright © 2022. All rights reserved.