Interface IntegrationRenderProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,MethodAndPath
- All Known Implementing Classes:
IntegrationRenderProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-01T04:12:24.789Z") @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
-
-