@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:01.828Z") @Stability(value=Experimental) 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()
(experimental) The ID of the API Gateway RestApi.
|
String |
getRootResourceId()
(experimental) The resource ID of the root resource.
|
@Stability(value=Experimental) @NotNull String getRestApiId()
@Stability(value=Experimental) @NotNull String getRootResourceId()
@Stability(value=Experimental) static RestApiAttributes.Builder builder()
RestApiAttributes.Builder of RestApiAttributesCopyright © 2022. All rights reserved.