Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2.CfnIntegrationMixinProps.Builder
Packages that use CfnIntegrationMixinProps.Builder
-
Uses of CfnIntegrationMixinProps.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 that return CfnIntegrationMixinProps.BuilderModifier and TypeMethodDescriptionSets the value ofCfnIntegrationMixinProps.getApiId()Sets the value ofCfnIntegrationMixinProps.getApiId()CfnIntegrationMixinProps.builder()CfnIntegrationMixinProps.Builder.connectionId(String connectionId) Sets the value ofCfnIntegrationMixinProps.getConnectionId()CfnIntegrationMixinProps.Builder.connectionType(String connectionType) Sets the value ofCfnIntegrationMixinProps.getConnectionType()CfnIntegrationMixinProps.Builder.contentHandlingStrategy(String contentHandlingStrategy) Sets the value ofCfnIntegrationMixinProps.getContentHandlingStrategy()CfnIntegrationMixinProps.Builder.credentialsArn(String credentialsArn) Sets the value ofCfnIntegrationMixinProps.getCredentialsArn()CfnIntegrationMixinProps.Builder.description(String description) Sets the value ofCfnIntegrationMixinProps.getDescription()CfnIntegrationMixinProps.Builder.integrationMethod(String integrationMethod) Sets the value ofCfnIntegrationMixinProps.getIntegrationMethod()CfnIntegrationMixinProps.Builder.integrationSubtype(String integrationSubtype) Sets the value ofCfnIntegrationMixinProps.getIntegrationSubtype()CfnIntegrationMixinProps.Builder.integrationType(String integrationType) Sets the value ofCfnIntegrationMixinProps.getIntegrationType()CfnIntegrationMixinProps.Builder.integrationUri(String integrationUri) Sets the value ofCfnIntegrationMixinProps.getIntegrationUri()CfnIntegrationMixinProps.Builder.integrationUri(IFunctionRef integrationUri) Sets the value ofCfnIntegrationMixinProps.getIntegrationUri()CfnIntegrationMixinProps.Builder.passthroughBehavior(String passthroughBehavior) Sets the value ofCfnIntegrationMixinProps.getPassthroughBehavior()CfnIntegrationMixinProps.Builder.payloadFormatVersion(String payloadFormatVersion) Sets the value ofCfnIntegrationMixinProps.getPayloadFormatVersion()CfnIntegrationMixinProps.Builder.requestParameters(Object requestParameters) Sets the value ofCfnIntegrationMixinProps.getRequestParameters()CfnIntegrationMixinProps.Builder.requestTemplates(Object requestTemplates) Sets the value ofCfnIntegrationMixinProps.getRequestTemplates()CfnIntegrationMixinProps.Builder.responseParameters(Object responseParameters) Sets the value ofCfnIntegrationMixinProps.getResponseParameters()CfnIntegrationMixinProps.Builder.templateSelectionExpression(String templateSelectionExpression) Sets the value ofCfnIntegrationMixinProps.getTemplateSelectionExpression()CfnIntegrationMixinProps.Builder.timeoutInMillis(Number timeoutInMillis) Sets the value ofCfnIntegrationMixinProps.getTimeoutInMillis()CfnIntegrationMixinProps.Builder.tlsConfig(CfnIntegrationPropsMixin.TlsConfigProperty tlsConfig) Sets the value ofCfnIntegrationMixinProps.getTlsConfig()CfnIntegrationMixinProps.Builder.tlsConfig(IResolvable tlsConfig) Sets the value ofCfnIntegrationMixinProps.getTlsConfig()Constructors in software.amazon.awscdk.cfnpropertymixins.services.apigatewayv2 with parameters of type CfnIntegrationMixinProps.BuilderModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnIntegrationMixinProps.Builder.