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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateParam.Buildertype(String type)The keys associated with an update request.UpdateParam.Buildertype(UpdateParamType type)The keys associated with an update request.UpdateParam.Buildervalue(String value)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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
UpdateParam.Builder type(String 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:
UpdateParamType,UpdateParamType
-
type
UpdateParam.Builder type(UpdateParamType 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:
UpdateParamType,UpdateParamType
-
value
UpdateParam.Builder value(String 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.
-
-