| Modifier and Type | Method and Description |
|---|---|
static CfnApiProps.Builder |
CfnApiProps.builder() |
CfnApiProps.Builder |
CfnApiProps.Builder.withAuth(CfnApi.AuthProperty value)
Sets the value of Auth
|
CfnApiProps.Builder |
CfnApiProps.Builder.withAuth(software.amazon.awscdk.core.IResolvable value)
Sets the value of Auth
|
CfnApiProps.Builder |
CfnApiProps.Builder.withBinaryMediaTypes(List<String> value)
Sets the value of BinaryMediaTypes
|
CfnApiProps.Builder |
CfnApiProps.Builder.withCacheClusterEnabled(Boolean value)
Sets the value of CacheClusterEnabled
|
CfnApiProps.Builder |
CfnApiProps.Builder.withCacheClusterEnabled(software.amazon.awscdk.core.IResolvable value)
Sets the value of CacheClusterEnabled
|
CfnApiProps.Builder |
CfnApiProps.Builder.withCacheClusterSize(String value)
Sets the value of CacheClusterSize
|
CfnApiProps.Builder |
CfnApiProps.Builder.withCors(String value)
Sets the value of Cors
|
CfnApiProps.Builder |
CfnApiProps.Builder.withDefinitionBody(Object value)
Sets the value of DefinitionBody
|
CfnApiProps.Builder |
CfnApiProps.Builder.withDefinitionUri(CfnApi.S3LocationProperty value)
Sets the value of DefinitionUri
|
CfnApiProps.Builder |
CfnApiProps.Builder.withDefinitionUri(software.amazon.awscdk.core.IResolvable value)
Sets the value of DefinitionUri
|
CfnApiProps.Builder |
CfnApiProps.Builder.withDefinitionUri(String value)
Sets the value of DefinitionUri
|
CfnApiProps.Builder |
CfnApiProps.Builder.withEndpointConfiguration(String value)
Sets the value of EndpointConfiguration
|
CfnApiProps.Builder |
CfnApiProps.Builder.withMethodSettings(Object value)
Sets the value of MethodSettings
|
CfnApiProps.Builder |
CfnApiProps.Builder.withName(String value)
Sets the value of Name
|
CfnApiProps.Builder |
CfnApiProps.Builder.withStageName(String value)
Sets the value of StageName
|
CfnApiProps.Builder |
CfnApiProps.Builder.withTracingEnabled(Boolean value)
Sets the value of TracingEnabled
|
CfnApiProps.Builder |
CfnApiProps.Builder.withTracingEnabled(software.amazon.awscdk.core.IResolvable value)
Sets the value of TracingEnabled
|
CfnApiProps.Builder |
CfnApiProps.Builder.withVariables(software.amazon.awscdk.core.IResolvable value)
Sets the value of Variables
|
CfnApiProps.Builder |
CfnApiProps.Builder.withVariables(Map<String,String> value)
Sets the value of Variables
|
Copyright © 2019. All rights reserved.