Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnRestApiMixinProps.Builder
Packages that use CfnRestApiMixinProps.Builder
-
Uses of CfnRestApiMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnRestApiMixinProps.BuilderModifier and TypeMethodDescriptionCfnRestApiMixinProps.Builder.apiKeySourceType(String apiKeySourceType) Sets the value ofCfnRestApiMixinProps.getApiKeySourceType()CfnRestApiMixinProps.Builder.binaryMediaTypes(List<String> binaryMediaTypes) Sets the value ofCfnRestApiMixinProps.getBinaryMediaTypes()Sets the value ofCfnRestApiMixinProps.getBody()CfnRestApiMixinProps.Builder.bodyS3Location(CfnRestApiPropsMixin.S3LocationProperty bodyS3Location) Sets the value ofCfnRestApiMixinProps.getBodyS3Location()CfnRestApiMixinProps.Builder.bodyS3Location(IResolvable bodyS3Location) Sets the value ofCfnRestApiMixinProps.getBodyS3Location()static CfnRestApiMixinProps.BuilderCfnRestApiMixinProps.builder()Sets the value ofCfnRestApiMixinProps.getCloneFrom()CfnRestApiMixinProps.Builder.cloneFrom(IRestApiRef cloneFrom) Sets the value ofCfnRestApiMixinProps.getCloneFrom()CfnRestApiMixinProps.Builder.description(String description) Sets the value ofCfnRestApiMixinProps.getDescription()CfnRestApiMixinProps.Builder.disableExecuteApiEndpoint(Boolean disableExecuteApiEndpoint) Sets the value ofCfnRestApiMixinProps.getDisableExecuteApiEndpoint()CfnRestApiMixinProps.Builder.disableExecuteApiEndpoint(IResolvable disableExecuteApiEndpoint) Sets the value ofCfnRestApiMixinProps.getDisableExecuteApiEndpoint()CfnRestApiMixinProps.Builder.endpointAccessMode(String endpointAccessMode) Sets the value ofCfnRestApiMixinProps.getEndpointAccessMode()CfnRestApiMixinProps.Builder.endpointConfiguration(CfnRestApiPropsMixin.EndpointConfigurationProperty endpointConfiguration) Sets the value ofCfnRestApiMixinProps.getEndpointConfiguration()CfnRestApiMixinProps.Builder.endpointConfiguration(IResolvable endpointConfiguration) Sets the value ofCfnRestApiMixinProps.getEndpointConfiguration()CfnRestApiMixinProps.Builder.failOnWarnings(Boolean failOnWarnings) Sets the value ofCfnRestApiMixinProps.getFailOnWarnings()CfnRestApiMixinProps.Builder.failOnWarnings(IResolvable failOnWarnings) Sets the value ofCfnRestApiMixinProps.getFailOnWarnings()CfnRestApiMixinProps.Builder.minimumCompressionSize(Number minimumCompressionSize) Sets the value ofCfnRestApiMixinProps.getMinimumCompressionSize()Sets the value ofCfnRestApiMixinProps.getMode()Sets the value ofCfnRestApiMixinProps.getName()CfnRestApiMixinProps.Builder.parameters(Map<String, String> parameters) Sets the value ofCfnRestApiMixinProps.getParameters()CfnRestApiMixinProps.Builder.parameters(IResolvable parameters) Sets the value ofCfnRestApiMixinProps.getParameters()Sets the value ofCfnRestApiMixinProps.getPolicy()CfnRestApiMixinProps.Builder.securityPolicy(String securityPolicy) Sets the value ofCfnRestApiMixinProps.getSecurityPolicy()Sets the value ofCfnRestApiMixinProps.getTags()Constructors in software.amazon.awscdk.cfnpropertymixins.services.apigateway with parameters of type CfnRestApiMixinProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(CfnRestApiMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRestApiMixinProps.Builder.