Class RecordsEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.s3.model.RecordsEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,RecordsEvent.Builder,Buildable,CopyableBuilder<RecordsEvent.Builder,RecordsEvent>,SdkBuilder<RecordsEvent.Builder,RecordsEvent>
- Enclosing class:
- RecordsEvent
protected static class RecordsEvent.BuilderImpl extends Object implements RecordsEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(RecordsEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RecordsEventbuild()ByteBuffergetPayload()RecordsEvent.Builderpayload(SdkBytes payload)The byte array of partial, one or more result records.List<SdkField<?>>sdkFields()voidsetPayload(ByteBuffer payload)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(RecordsEvent model)
-
-
Method Detail
-
getPayload
public final ByteBuffer getPayload()
-
setPayload
public final void setPayload(ByteBuffer payload)
-
payload
public final RecordsEvent.Builder payload(SdkBytes payload)
Description copied from interface:RecordsEvent.BuilderThe byte array of partial, one or more result records.
- Specified by:
payloadin interfaceRecordsEvent.Builder- Parameters:
payload- The byte array of partial, one or more result records.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public RecordsEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<RecordsEvent.Builder,RecordsEvent>
-
-