Interface InquiryFileContent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<InquiryFileContent.Builder,,InquiryFileContent> SdkBuilder<InquiryFileContent.Builder,,InquiryFileContent> SdkPojo
- Enclosing class:
InquiryFileContent
@Mutable
@NotThreadSafe
public static interface InquiryFileContent.Builder
extends SdkPojo, CopyableBuilder<InquiryFileContent.Builder,InquiryFileContent>
-
Method Summary
Modifier and TypeMethodDescriptionBinary content of the uploaded file.fileSections(String... fileSections) List of file sections/sheets to process.fileSections(Collection<String> fileSections) List of file sections/sheets to process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
fileSections
List of file sections/sheets to process.
- Parameters:
fileSections- List of file sections/sheets to process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSections
List of file sections/sheets to process.
- Parameters:
fileSections- List of file sections/sheets to process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
content
Binary content of the uploaded file.
- Parameters:
content- Binary content of the uploaded file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-