| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
Deployment.Builder.apiSummary(Map<String,? extends Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
static Deployment.Builder |
Deployment.builder() |
Deployment.Builder |
Deployment.Builder.createdDate(Instant createdDate)
The date and time that the deployment resource was created.
|
Deployment.Builder |
Deployment.Builder.description(String description)
The description for the deployment resource.
|
Deployment.Builder |
Deployment.Builder.id(String id)
The identifier for the deployment resource.
|
Deployment.Builder |
Deployment.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Deployment.Builder> |
Deployment.serializableBuilderClass() |
Copyright © 2023. All rights reserved.