Uses of Class
software.aws.awsprototypingsdk.openapigateway.IntegrationRenderProps.Builder
-
-
Uses of IntegrationRenderProps.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return IntegrationRenderProps.Builder Modifier and Type Method Description static IntegrationRenderProps.BuilderIntegrationRenderProps. builder()IntegrationRenderProps.BuilderIntegrationRenderProps.Builder. method(String method)Sets the value ofMethodAndPath.getMethod()IntegrationRenderProps.BuilderIntegrationRenderProps.Builder. operationId(String operationId)Sets the value ofIntegrationRenderProps.getOperationId()IntegrationRenderProps.BuilderIntegrationRenderProps.Builder. path(String path)Sets the value ofMethodAndPath.getPath()IntegrationRenderProps.BuilderIntegrationRenderProps.Builder. scope(software.constructs.Construct scope)Sets the value ofIntegrationRenderProps.getScope()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type IntegrationRenderProps.Builder Constructor Description Jsii$Proxy(IntegrationRenderProps.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationRenderProps.Builder.
-