@Stability(value=Experimental) public static final class HttpApiMappingProps.Builder extends Object implements software.amazon.jsii.Builder<HttpApiMappingProps>
HttpApiMappingProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
HttpApiMappingProps.Builder |
api(IHttpApi api)
Sets the value of
HttpApiMappingProps.getApi() |
HttpApiMappingProps.Builder |
apiMappingKey(String apiMappingKey)
Sets the value of
HttpApiMappingProps.getApiMappingKey() |
HttpApiMappingProps |
build()
Builds the configured instance.
|
HttpApiMappingProps.Builder |
domainName(IDomainName domainName)
Sets the value of
HttpApiMappingProps.getDomainName() |
HttpApiMappingProps.Builder |
stage(IHttpStage stage)
Sets the value of
HttpApiMappingProps.getStage() |
@Stability(value=Experimental) public HttpApiMappingProps.Builder api(IHttpApi api)
HttpApiMappingProps.getApi()api - The HttpApi to which this mapping is applied. This parameter is required.this@Stability(value=Experimental) public HttpApiMappingProps.Builder domainName(IDomainName domainName)
HttpApiMappingProps.getDomainName()domainName - custom domain name of the mapping target. This parameter is required.this@Stability(value=Experimental) public HttpApiMappingProps.Builder apiMappingKey(String apiMappingKey)
HttpApiMappingProps.getApiMappingKey()apiMappingKey - Api mapping key.
The path where this stage should be mapped to on the domainthis@Stability(value=Experimental) public HttpApiMappingProps.Builder stage(IHttpStage stage)
HttpApiMappingProps.getStage()stage - stage for the HttpApiMapping resource.this@Stability(value=Experimental) public HttpApiMappingProps build()
build in interface software.amazon.jsii.Builder<HttpApiMappingProps>HttpApiMappingPropsNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.