Class PayloadPart.BuilderImpl
java.lang.Object
software.amazon.awssdk.services.bedrockruntime.model.PayloadPart.BuilderImpl
- All Implemented Interfaces:
SdkPojo,PayloadPart.Builder,Buildable,CopyableBuilder<PayloadPart.Builder,,PayloadPart> SdkBuilder<PayloadPart.Builder,PayloadPart>
- Enclosing class:
- PayloadPart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()final PayloadPart.BuilderBase64-encoded bytes of payload data.final ByteBuffergetBytes()final voidsetBytes(ByteBuffer bytes) 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
-
getBytes
-
setBytes
-
bytes
Description copied from interface:PayloadPart.BuilderBase64-encoded bytes of payload data.
- Specified by:
bytesin interfacePayloadPart.Builder- Parameters:
bytes- Base64-encoded bytes of payload data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<PayloadPart.Builder,PayloadPart>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-