Uses of Class
software.amazon.awscdk.services.apigateway.LambdaRestApiProps.Builder
-
Uses of LambdaRestApiProps.Builder in software.amazon.awscdk.services.apigateway
Modifier and TypeMethodDescriptionLambdaRestApiProps.Builder.apiKeySourceType
(ApiKeySourceType apiKeySourceType) Sets the value ofRestApiProps.getApiKeySourceType()
LambdaRestApiProps.Builder.binaryMediaTypes
(List<String> binaryMediaTypes) Sets the value ofRestApiProps.getBinaryMediaTypes()
static LambdaRestApiProps.Builder
LambdaRestApiProps.builder()
Sets the value ofRestApiProps.getCloneFrom()
LambdaRestApiProps.Builder.cloudWatchRole
(Boolean cloudWatchRole) Sets the value ofRestApiBaseProps.getCloudWatchRole()
LambdaRestApiProps.Builder.cloudWatchRoleRemovalPolicy
(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()
LambdaRestApiProps.Builder.defaultCorsPreflightOptions
(CorsOptions defaultCorsPreflightOptions) Sets the value ofResourceOptions.getDefaultCorsPreflightOptions()
LambdaRestApiProps.Builder.defaultIntegration
(Integration defaultIntegration) Sets the value ofResourceOptions.getDefaultIntegration()
LambdaRestApiProps.Builder.defaultMethodOptions
(MethodOptions defaultMethodOptions) Sets the value ofResourceOptions.getDefaultMethodOptions()
Sets the value ofRestApiBaseProps.getDeploy()
LambdaRestApiProps.Builder.deployOptions
(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()
LambdaRestApiProps.Builder.description
(String description) Sets the value ofRestApiBaseProps.getDescription()
LambdaRestApiProps.Builder.disableExecuteApiEndpoint
(Boolean disableExecuteApiEndpoint) Sets the value ofRestApiBaseProps.getDisableExecuteApiEndpoint()
LambdaRestApiProps.Builder.domainName
(DomainNameOptions domainName) Sets the value ofRestApiBaseProps.getDomainName()
LambdaRestApiProps.Builder.endpointConfiguration
(EndpointConfiguration endpointConfiguration) Sets the value ofRestApiProps.getEndpointConfiguration()
LambdaRestApiProps.Builder.endpointExportName
(String endpointExportName) Sets the value ofRestApiBaseProps.getEndpointExportName()
LambdaRestApiProps.Builder.endpointTypes
(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()
LambdaRestApiProps.Builder.failOnWarnings
(Boolean failOnWarnings) Sets the value ofRestApiBaseProps.getFailOnWarnings()
Sets the value ofLambdaRestApiProps.getHandler()
LambdaRestApiProps.Builder.integrationOptions
(LambdaIntegrationOptions integrationOptions) Sets the value ofLambdaRestApiProps.getIntegrationOptions()
LambdaRestApiProps.Builder.minCompressionSize
(Size minCompressionSize) Sets the value ofRestApiProps.getMinCompressionSize()
LambdaRestApiProps.Builder.minimumCompressionSize
(Number minimumCompressionSize) Deprecated.- superseded by `minCompressionSize`LambdaRestApiProps.Builder.parameters
(Map<String, String> parameters) Sets the value ofRestApiBaseProps.getParameters()
LambdaRestApiProps.Builder.policy
(PolicyDocument policy) Sets the value ofRestApiBaseProps.getPolicy()
Sets the value ofLambdaRestApiProps.getProxy()
LambdaRestApiProps.Builder.restApiName
(String restApiName) Sets the value ofRestApiBaseProps.getRestApiName()
LambdaRestApiProps.Builder.retainDeployments
(Boolean retainDeployments) Sets the value ofRestApiBaseProps.getRetainDeployments()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(LambdaRestApiProps.Builder builder) Constructor that initializes the object based on literal property values passed by theLambdaRestApiProps.Builder
.