Interface FieldsData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FieldsData.Builder,FieldsData>,SdkBuilder<FieldsData.Builder,FieldsData>,SdkPojo
- All Known Subinterfaces:
DefaultFields.Builder
- All Known Implementing Classes:
FieldsData.BuilderImpl
- Enclosing class:
- FieldsData
@Mutable @NotThreadSafe public static interface FieldsData.Builder extends SdkPojo, CopyableBuilder<FieldsData.Builder,FieldsData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldsData.Builderdata(SdkBytes data)The actual log data content returned in the streaming response.-
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
-
data
FieldsData.Builder data(SdkBytes data)
The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.
- Parameters:
data- The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-