Class FieldsData.BuilderImpl
java.lang.Object
software.amazon.awssdk.services.cloudwatchlogs.model.FieldsData.BuilderImpl
- All Implemented Interfaces:
SdkPojo,FieldsData.Builder,Buildable,CopyableBuilder<FieldsData.Builder,,FieldsData> SdkBuilder<FieldsData.Builder,FieldsData>
- Enclosing class:
- FieldsData
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()final FieldsData.BuilderThe actual log data content returned in the streaming response.final ByteBuffergetData()final voidsetData(ByteBuffer data) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutationMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Constructor Details
-
BuilderImpl
protected BuilderImpl() -
BuilderImpl
-
-
Method Details
-
getData
-
setData
-
data
Description copied from interface:FieldsData.BuilderThe 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.
- Specified by:
datain interfaceFieldsData.Builder- 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.
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<FieldsData.Builder,FieldsData>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-