Interface RuntimeSessionDataValue.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RuntimeSessionDataValue.Builder,
,RuntimeSessionDataValue> SdkBuilder<RuntimeSessionDataValue.Builder,
,RuntimeSessionDataValue> SdkPojo
- Enclosing class:
RuntimeSessionDataValue
@Mutable
@NotThreadSafe
public static interface RuntimeSessionDataValue.Builder
extends SdkPojo, CopyableBuilder<RuntimeSessionDataValue.Builder,RuntimeSessionDataValue>
-
Method Summary
Modifier and TypeMethodDescriptionstringValue
(String stringValue) The string value of the data stored on the session.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 Details
-
stringValue
The string value of the data stored on the session.
- Parameters:
stringValue
- The string value of the data stored on the session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-