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