@Stability(value=Stable) public static final class CfnApiMappingProps.Builder extends Object implements software.amazon.jsii.Builder<CfnApiMappingProps>
CfnApiMappingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApiMappingProps.Builder |
apiId(String apiId)
Sets the value of
CfnApiMappingProps.getApiId() |
CfnApiMappingProps.Builder |
apiMappingKey(String apiMappingKey)
Sets the value of
CfnApiMappingProps.getApiMappingKey() |
CfnApiMappingProps |
build()
Builds the configured instance.
|
CfnApiMappingProps.Builder |
domainName(String domainName)
Sets the value of
CfnApiMappingProps.getDomainName() |
CfnApiMappingProps.Builder |
stage(String stage)
Sets the value of
CfnApiMappingProps.getStage() |
@Stability(value=Stable) public CfnApiMappingProps.Builder apiId(String apiId)
CfnApiMappingProps.getApiId()apiId - The identifier of the API. This parameter is required.this@Stability(value=Stable) public CfnApiMappingProps.Builder domainName(String domainName)
CfnApiMappingProps.getDomainName()domainName - The domain name. This parameter is required.this@Stability(value=Stable) public CfnApiMappingProps.Builder stage(String stage)
CfnApiMappingProps.getStage()stage - The API stage. This parameter is required.this@Stability(value=Stable) public CfnApiMappingProps.Builder apiMappingKey(String apiMappingKey)
CfnApiMappingProps.getApiMappingKey()apiMappingKey - The API mapping key.this@Stability(value=Stable) public CfnApiMappingProps build()
build in interface software.amazon.jsii.Builder<CfnApiMappingProps>CfnApiMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.