Interface UserProperty.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<UserProperty.Builder,UserProperty>
,SdkBuilder<UserProperty.Builder,UserProperty>
,SdkPojo
- Enclosing class:
- UserProperty
public static interface UserProperty.Builder extends SdkPojo, CopyableBuilder<UserProperty.Builder,UserProperty>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserProperty.Builder
key(String key)
A key to be specified inUserProperty
.UserProperty.Builder
value(String value)
A value to be specified inUserProperty
.-
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 Detail
-
key
UserProperty.Builder key(String key)
A key to be specified in
UserProperty
.- Parameters:
key
- A key to be specified inUserProperty
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
UserProperty.Builder value(String value)
A value to be specified in
UserProperty
.- Parameters:
value
- A value to be specified inUserProperty
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-