Interface RuntimeSessionDataValue.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuntimeSessionDataValue.Builder,RuntimeSessionDataValue>,SdkBuilder<RuntimeSessionDataValue.Builder,RuntimeSessionDataValue>,SdkPojo
- Enclosing class:
- RuntimeSessionDataValue
public static interface RuntimeSessionDataValue.Builder extends SdkPojo, CopyableBuilder<RuntimeSessionDataValue.Builder,RuntimeSessionDataValue>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuntimeSessionDataValue.BuilderstringValue(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 Detail
-
stringValue
RuntimeSessionDataValue.Builder stringValue(String 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.
-
-