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