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