Interface UpdateProvisioningParameter.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateProvisioningParameter.Builder,
,UpdateProvisioningParameter> SdkBuilder<UpdateProvisioningParameter.Builder,
,UpdateProvisioningParameter> SdkPojo
- Enclosing class:
UpdateProvisioningParameter
public static interface UpdateProvisioningParameter.Builder
extends SdkPojo, CopyableBuilder<UpdateProvisioningParameter.Builder,UpdateProvisioningParameter>
-
Method Summary
Modifier and TypeMethodDescriptionThe parameter key.usePreviousValue
(Boolean usePreviousValue) If set to true,Value
is ignored and the previous parameter value is kept.The parameter value.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
-
Method Details
-
key
The parameter key.
- Parameters:
key
- The parameter key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The parameter value.
- Parameters:
value
- The parameter value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
usePreviousValue
If set to true,
Value
is ignored and the previous parameter value is kept.- Parameters:
usePreviousValue
- If set to true,Value
is ignored and the previous parameter value is kept.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-