Interface UpdateParam.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UpdateParam.Builder,
,UpdateParam> SdkBuilder<UpdateParam.Builder,
,UpdateParam> SdkPojo
- Enclosing class:
UpdateParam
public static interface UpdateParam.Builder
extends SdkPojo, CopyableBuilder<UpdateParam.Builder,UpdateParam>
-
Method Summary
Modifier and TypeMethodDescriptionThe keys associated with an update request.type
(UpdateParamType type) The keys associated with an update request.The value of the keys submitted as part of an update 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
-
Method Details
-
type
The keys associated with an update request.
- Parameters:
type
- The keys associated with an update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The keys associated with an update request.
- Parameters:
type
- The keys associated with an update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value of the keys submitted as part of an update request.
- Parameters:
value
- The value of the keys submitted as part of an update request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-