Interface DescribeCopyProductStatusResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>,SdkBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>,SdkPojo,SdkResponse.Builder,ServiceCatalogResponse.Builder
- Enclosing class:
- DescribeCopyProductStatusResponse
public static interface DescribeCopyProductStatusResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeCopyProductStatusResponse.Builder,DescribeCopyProductStatusResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeCopyProductStatusResponse.BuildercopyProductStatus(String copyProductStatus)The status of the copy product operation.DescribeCopyProductStatusResponse.BuildercopyProductStatus(CopyProductStatus copyProductStatus)The status of the copy product operation.DescribeCopyProductStatusResponse.BuilderstatusDetail(String statusDetail)The status message.DescribeCopyProductStatusResponse.BuildertargetProductId(String targetProductId)The identifier of the copied product.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Methods inherited from interface software.amazon.awssdk.services.servicecatalog.model.ServiceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
copyProductStatus
DescribeCopyProductStatusResponse.Builder copyProductStatus(String copyProductStatus)
The status of the copy product operation.
- Parameters:
copyProductStatus- The status of the copy product operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyProductStatus,CopyProductStatus
-
copyProductStatus
DescribeCopyProductStatusResponse.Builder copyProductStatus(CopyProductStatus copyProductStatus)
The status of the copy product operation.
- Parameters:
copyProductStatus- The status of the copy product operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyProductStatus,CopyProductStatus
-
targetProductId
DescribeCopyProductStatusResponse.Builder targetProductId(String targetProductId)
The identifier of the copied product.
- Parameters:
targetProductId- The identifier of the copied product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetail
DescribeCopyProductStatusResponse.Builder statusDetail(String statusDetail)
The status message.
- Parameters:
statusDetail- The status message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-