@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:15.739Z") @Stability(value=Stable) public interface RestApiAttributes extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
RestApiAttributes restApiAttributes = RestApiAttributes.builder()
.restApiId("restApiId")
.rootResourceId("rootResourceId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
RestApiAttributes.Builder
A builder for
RestApiAttributes |
static class |
RestApiAttributes.Jsii$Proxy
An implementation for
RestApiAttributes |
| Modifier and Type | Method and Description |
|---|---|
static RestApiAttributes.Builder |
builder() |
String |
getRestApiId()
The ID of the API Gateway RestApi.
|
String |
getRootResourceId()
The resource ID of the root resource.
|
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @NotNull String getRootResourceId()
@Stability(value=Stable) static RestApiAttributes.Builder builder()
RestApiAttributes.Builder of RestApiAttributesCopyright © 2021. All rights reserved.