Uses of Class
software.aws.awsprototypingsdk.openapigateway.IntegrationGrantProps.Builder
-
-
Uses of IntegrationGrantProps.Builder in software.aws.awsprototypingsdk.openapigateway
Methods in software.aws.awsprototypingsdk.openapigateway that return IntegrationGrantProps.Builder Modifier and Type Method Description IntegrationGrantProps.BuilderIntegrationGrantProps.Builder. api(software.amazon.awscdk.services.apigateway.SpecRestApi api)Sets the value ofIntegrationGrantProps.getApi()static IntegrationGrantProps.BuilderIntegrationGrantProps. builder()IntegrationGrantProps.BuilderIntegrationGrantProps.Builder. method(String method)Sets the value ofMethodAndPath.getMethod()IntegrationGrantProps.BuilderIntegrationGrantProps.Builder. operationId(String operationId)Sets the value ofIntegrationGrantProps.getOperationId()IntegrationGrantProps.BuilderIntegrationGrantProps.Builder. path(String path)Sets the value ofMethodAndPath.getPath()IntegrationGrantProps.BuilderIntegrationGrantProps.Builder. scope(software.constructs.Construct scope)Sets the value ofIntegrationGrantProps.getScope()Constructors in software.aws.awsprototypingsdk.openapigateway with parameters of type IntegrationGrantProps.Builder Constructor Description Jsii$Proxy(IntegrationGrantProps.Builder builder)Constructor that initializes the object based on literal property values passed by theIntegrationGrantProps.Builder.
-