| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
FileUploadCard |
FileUploadCard.clone() |
FileUploadCard |
Card.getFileUpload()
A container for the properties of the file upload card.
|
FileUploadCard |
FileUploadCard.withAllowOverride(Boolean allowOverride)
A flag indicating if the user can override the default file for the upload card.
|
FileUploadCard |
FileUploadCard.withDependencies(Collection<String> dependencies)
Any dependencies or requirements for the file upload card.
|
FileUploadCard |
FileUploadCard.withDependencies(String... dependencies)
Any dependencies or requirements for the file upload card.
|
FileUploadCard |
FileUploadCard.withFileId(String fileId)
The unique identifier of the file associated with the card.
|
FileUploadCard |
FileUploadCard.withFilename(String filename)
The name of the file being uploaded.
|
FileUploadCard |
FileUploadCard.withId(String id)
The unique identifier of the file upload card.
|
FileUploadCard |
FileUploadCard.withTitle(String title)
The title of the file upload card.
|
FileUploadCard |
FileUploadCard.withType(CardType type)
The type of the card.
|
FileUploadCard |
FileUploadCard.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Card.setFileUpload(FileUploadCard fileUpload)
A container for the properties of the file upload card.
|
Card |
Card.withFileUpload(FileUploadCard fileUpload)
A container for the properties of the file upload card.
|
Copyright © 2025. All rights reserved.