public static interface DescribeCopyProductStatusResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, 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 identifier of the copied product.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 identifier of the copied product.
targetProductId - The identifier of the copied product.DescribeCopyProductStatusResponse.Builder statusDetail(String statusDetail)
The status message.
statusDetail - The status message.Copyright © 2023. All rights reserved.