public static interface Deployment.Builder extends CopyableBuilder<Deployment.Builder,Deployment>
| Modifier and Type | Method and Description |
|---|---|
Deployment.Builder |
apiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
|
Deployment.Builder |
createdDate(Instant createdDate)
The date and time that the deployment resource was created.
|
Deployment.Builder |
description(String description)
The description for the deployment resource.
|
Deployment.Builder |
id(String id)
The identifier for the deployment resource.
|
copyapply, buildDeployment.Builder id(String id)
The identifier for the deployment resource.
id - The identifier for the deployment resource.Deployment.Builder description(String description)
The description for the deployment resource.
description - The description for the deployment resource.Deployment.Builder createdDate(Instant createdDate)
The date and time that the deployment resource was created.
createdDate - The date and time that the deployment resource was created.Deployment.Builder apiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary)
A summary of the RestApi at the date and time that the deployment resource was created.
apiSummary - A summary of the RestApi at the date and time that the deployment resource was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.