public static interface UpdateProvisionedProductPropertiesResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdateProvisionedProductPropertiesResponse.Builder,UpdateProvisionedProductPropertiesResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateProvisionedProductPropertiesResponse.Builder |
provisionedProductId(String provisionedProductId)
The provisioned product identifier.
|
UpdateProvisionedProductPropertiesResponse.Builder |
provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)
A map that contains the properties updated.
|
UpdateProvisionedProductPropertiesResponse.Builder |
provisionedProductPropertiesWithStrings(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
|
UpdateProvisionedProductPropertiesResponse.Builder |
recordId(String recordId)
The identifier of the record.
|
UpdateProvisionedProductPropertiesResponse.Builder |
status(RecordStatus status)
The status of the request.
|
UpdateProvisionedProductPropertiesResponse.Builder |
status(String status)
The status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateProvisionedProductPropertiesResponse.Builder provisionedProductId(String provisionedProductId)
The provisioned product identifier.
provisionedProductId - The provisioned product identifier.UpdateProvisionedProductPropertiesResponse.Builder provisionedProductPropertiesWithStrings(Map<String,String> provisionedProductProperties)
A map that contains the properties updated.
provisionedProductProperties - A map that contains the properties updated.UpdateProvisionedProductPropertiesResponse.Builder provisionedProductProperties(Map<PropertyKey,String> provisionedProductProperties)
A map that contains the properties updated.
provisionedProductProperties - A map that contains the properties updated.UpdateProvisionedProductPropertiesResponse.Builder recordId(String recordId)
The identifier of the record.
recordId - The identifier of the record.UpdateProvisionedProductPropertiesResponse.Builder status(String status)
The status of the request.
status - The status of the request.RecordStatus,
RecordStatusUpdateProvisionedProductPropertiesResponse.Builder status(RecordStatus status)
The status of the request.
status - The status of the request.RecordStatus,
RecordStatusCopyright © 2023. All rights reserved.