Interface FieldsData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FieldsData.Builder,
,FieldsData> SdkBuilder<FieldsData.Builder,
,FieldsData> SdkPojo
- All Known Subinterfaces:
DefaultFields.Builder
- Enclosing class:
FieldsData
@Mutable
@NotThreadSafe
public static interface FieldsData.Builder
extends SdkPojo, CopyableBuilder<FieldsData.Builder,FieldsData>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-