public static interface DescribeCopyProductStatusResponse.Builder extends ServiceCatalogResponse.Builder, CopyableBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeCopyProductStatusResponse.Builder |
copyProductStatus(CopyProductStatus copyProductStatus)
The status of the copy product operation.
|
DescribeCopyProductStatusResponse.Builder |
copyProductStatus(String copyProductStatus)
The status of the copy product operation.
|
DescribeCopyProductStatusResponse.Builder |
statusDetail(String statusDetail)
The status message.
|
DescribeCopyProductStatusResponse.Builder |
targetProductId(String targetProductId)
The ID of the copied product.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeCopyProductStatusResponse.Builder copyProductStatus(String copyProductStatus)
The status of the copy product operation.
copyProductStatus - The status of the copy product operation.CopyProductStatus,
CopyProductStatusDescribeCopyProductStatusResponse.Builder copyProductStatus(CopyProductStatus copyProductStatus)
The status of the copy product operation.
copyProductStatus - The status of the copy product operation.CopyProductStatus,
CopyProductStatusDescribeCopyProductStatusResponse.Builder targetProductId(String targetProductId)
The ID of the copied product.
targetProductId - The ID of the copied product.DescribeCopyProductStatusResponse.Builder statusDetail(String statusDetail)
The status message.
statusDetail - The status message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.