Interface IntegrationRenderProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MethodAndPath
- All Known Implementing Classes:
IntegrationRenderProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T09:33:12.693Z") @Stability(Experimental) public interface IntegrationRenderProps extends software.amazon.jsii.JsiiSerializable, MethodAndPath
(experimental) Properties for rendering an integration into an API Gateway OpenAPI extension.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationRenderProps.BuilderA builder forIntegrationRenderPropsstatic classIntegrationRenderProps.Jsii$ProxyAn implementation forIntegrationRenderProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static IntegrationRenderProps.Builderbuilder()StringgetOperationId()(experimental) The ID of the operation being rendered.software.constructs.ConstructgetScope()(experimental) The scope in which the integration is being rendered.-
Methods inherited from interface software.aws.awsprototypingsdk.openapigateway.MethodAndPath
getMethod, getPath
-
-
-
-
Method Detail
-
getOperationId
@Stability(Experimental) @NotNull String getOperationId()
(experimental) The ID of the operation being rendered.
-
getScope
@Stability(Experimental) @NotNull software.constructs.Construct getScope()
(experimental) The scope in which the integration is being rendered.
-
builder
@Stability(Experimental) static IntegrationRenderProps.Builder builder()
- Returns:
- a
IntegrationRenderProps.BuilderofIntegrationRenderProps
-
-