CopyableBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>, SdkBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>public static interface UpdateDeploymentResponse.Builder extends CopyableBuilder<UpdateDeploymentResponse.Builder,UpdateDeploymentResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateDeploymentResponse.Builder |
apiSummary(Map<String,Map<String,MethodSnapshot>> apiSummary) |
A summary of the RestApi at the date and time that the deployment resource was created.
|
UpdateDeploymentResponse.Builder |
createdDate(Date createdDate) |
The date and time that the deployment resource was created.
|
UpdateDeploymentResponse.Builder |
description(String description) |
The description for the deployment resource.
|
UpdateDeploymentResponse.Builder |
id(String id) |
The identifier for the deployment resource.
|
copyapply, buildUpdateDeploymentResponse.Builder id(String id)
The identifier for the deployment resource.
id - The identifier for the deployment resource.UpdateDeploymentResponse.Builder description(String description)
The description for the deployment resource.
description - The description for the deployment resource.UpdateDeploymentResponse.Builder createdDate(Date createdDate)
The date and time that the deployment resource was created.
createdDate - The date and time that the deployment resource was created.UpdateDeploymentResponse.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.