Interface MemoryJsonData.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MemoryJsonData.Builder,,MemoryJsonData> SdkBuilder<MemoryJsonData.Builder,,MemoryJsonData> SdkPojo
- Enclosing class:
MemoryJsonData
@Mutable
@NotThreadSafe
public static interface MemoryJsonData.Builder
extends SdkPojo, CopyableBuilder<MemoryJsonData.Builder,MemoryJsonData>
-
Method Summary
Modifier and TypeMethodDescriptionThe JSON content of the payload.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
content
The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.
- Parameters:
content- The JSON content of the payload. Accepts any JSON value, including objects, arrays, strings, numbers, booleans, and null. The maximum size is 100 KB.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-