Interface InputContentBlock.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputContentBlock.Builder,
,InputContentBlock> SdkBuilder<InputContentBlock.Builder,
,InputContentBlock> SdkPojo
- Enclosing class:
InputContentBlock
@Mutable
@NotThreadSafe
public static interface InputContentBlock.Builder
extends SdkPojo, CopyableBuilder<InputContentBlock.Builder,InputContentBlock>
-
Method Summary
Modifier and TypeMethodDescriptionThe binary input content.The path to the input content.The text input content.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
-
path
The path to the input content.
- Parameters:
path
- The path to the input content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
text
The text input content.
- Parameters:
text
- The text input content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blob
The binary input content.
- Parameters:
blob
- The binary input content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-