Interface UpdateProvisionedProductPropertiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateProvisionedProductPropertiesResponse.Builder,
,UpdateProvisionedProductPropertiesResponse> SdkBuilder<UpdateProvisionedProductPropertiesResponse.Builder,
,UpdateProvisionedProductPropertiesResponse> SdkPojo
,SdkResponse.Builder
,ServiceCatalogResponse.Builder
- Enclosing class:
UpdateProvisionedProductPropertiesResponse
public static interface UpdateProvisionedProductPropertiesResponse.Builder
extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<UpdateProvisionedProductPropertiesResponse.Builder,UpdateProvisionedProductPropertiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionprovisionedProductId
(String provisionedProductId) The provisioned product identifier.provisionedProductProperties
(Map<PropertyKey, String> provisionedProductProperties) A map that contains the properties updated.provisionedProductPropertiesWithStrings
(Map<String, String> provisionedProductProperties) A map that contains the properties updated.The identifier of the record.The status of the request.status
(RecordStatus status) The status of the request.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, 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 Details
-
provisionedProductId
UpdateProvisionedProductPropertiesResponse.Builder provisionedProductId(String provisionedProductId) The provisioned product identifier.
- Parameters:
provisionedProductId
- The provisioned product identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedProductPropertiesWithStrings
UpdateProvisionedProductPropertiesResponse.Builder provisionedProductPropertiesWithStrings(Map<String, String> provisionedProductProperties) A map that contains the properties updated.
- Parameters:
provisionedProductProperties
- A map that contains the properties updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisionedProductProperties
UpdateProvisionedProductPropertiesResponse.Builder provisionedProductProperties(Map<PropertyKey, String> provisionedProductProperties) A map that contains the properties updated.
- Parameters:
provisionedProductProperties
- A map that contains the properties updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recordId
The identifier of the record.
- Parameters:
recordId
- The identifier of the record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the request.
- Parameters:
status
- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the request.
- Parameters:
status
- The status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-