Interface FileInput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FileInput.Builder,,FileInput> SdkBuilder<FileInput.Builder,,FileInput> SdkPojo
- Enclosing class:
FileInput
@Mutable
@NotThreadSafe
public static interface FileInput.Builder
extends SdkPojo, CopyableBuilder<FileInput.Builder,FileInput>
-
Method Summary
Modifier and TypeMethodDescriptionbusinessUseCase(String businessUseCase) The business purpose or use case that this file supports in the benefit application.The URI or location where the file should be stored or has been uploaded.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
-
fileURI
The URI or location where the file should be stored or has been uploaded.
- Parameters:
fileURI- The URI or location where the file should be stored or has been uploaded.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
businessUseCase
The business purpose or use case that this file supports in the benefit application.
- Parameters:
businessUseCase- The business purpose or use case that this file supports in the benefit application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-