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