Interface DefaultChunk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InlineAgentPayloadPart.Builder,InlineAgentPayloadPart>,InlineAgentPayloadPart.Builder,SdkBuilder<InlineAgentPayloadPart.Builder,InlineAgentPayloadPart>,SdkPojo
- Enclosing class:
- DefaultChunk
public static interface DefaultChunk.Builder extends InlineAgentPayloadPart.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultChunkbuild()-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagentruntime.model.InlineAgentPayloadPart.Builder
attribution, attribution, bytes
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
build
DefaultChunk build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<InlineAgentPayloadPart.Builder,InlineAgentPayloadPart>
-
-