Uses of Class
software.amazon.awscdk.services.apigateway.RestApiBaseProps.Builder
Packages that use RestApiBaseProps.Builder
-
Uses of RestApiBaseProps.Builder in software.amazon.awscdk.services.apigateway
Methods in software.amazon.awscdk.services.apigateway that return RestApiBaseProps.BuilderModifier and TypeMethodDescriptionstatic RestApiBaseProps.BuilderRestApiBaseProps.builder()RestApiBaseProps.Builder.cloudWatchRole(Boolean cloudWatchRole) Sets the value ofRestApiBaseProps.getCloudWatchRole()RestApiBaseProps.Builder.cloudWatchRoleRemovalPolicy(RemovalPolicy cloudWatchRoleRemovalPolicy) Sets the value ofRestApiBaseProps.getCloudWatchRoleRemovalPolicy()Sets the value ofRestApiBaseProps.getDeploy()RestApiBaseProps.Builder.deployOptions(StageOptions deployOptions) Sets the value ofRestApiBaseProps.getDeployOptions()RestApiBaseProps.Builder.description(String description) Sets the value ofRestApiBaseProps.getDescription()RestApiBaseProps.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Sets the value ofRestApiBaseProps.getDisableExecuteApiEndpoint()RestApiBaseProps.Builder.domainName(DomainNameOptions domainName) Sets the value ofRestApiBaseProps.getDomainName()RestApiBaseProps.Builder.endpointConfiguration(EndpointConfiguration endpointConfiguration) Sets the value ofRestApiBaseProps.getEndpointConfiguration()RestApiBaseProps.Builder.endpointExportName(String endpointExportName) Sets the value ofRestApiBaseProps.getEndpointExportName()RestApiBaseProps.Builder.endpointTypes(List<? extends EndpointType> endpointTypes) Sets the value ofRestApiBaseProps.getEndpointTypes()RestApiBaseProps.Builder.failOnWarnings(Boolean failOnWarnings) Sets the value ofRestApiBaseProps.getFailOnWarnings()RestApiBaseProps.Builder.parameters(Map<String, String> parameters) Sets the value ofRestApiBaseProps.getParameters()RestApiBaseProps.Builder.policy(PolicyDocument policy) Sets the value ofRestApiBaseProps.getPolicy()RestApiBaseProps.Builder.restApiName(String restApiName) Sets the value ofRestApiBaseProps.getRestApiName()RestApiBaseProps.Builder.retainDeployments(Boolean retainDeployments) Sets the value ofRestApiBaseProps.getRetainDeployments()Constructors in software.amazon.awscdk.services.apigateway with parameters of type RestApiBaseProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(RestApiBaseProps.Builder builder) Constructor that initializes the object based on literal property values passed by theRestApiBaseProps.Builder.