| Package | Description |
|---|---|
| com.amazonaws.services.qapps.model |
| Modifier and Type | Method and Description |
|---|---|
FileUploadCardInput |
FileUploadCardInput.clone() |
FileUploadCardInput |
CardInput.getFileUpload()
A container for the properties of the file upload input card.
|
FileUploadCardInput |
FileUploadCardInput.withAllowOverride(Boolean allowOverride)
A flag indicating if the user can override the default file for the upload card.
|
FileUploadCardInput |
FileUploadCardInput.withFileId(String fileId)
The identifier of a pre-uploaded file associated with the card.
|
FileUploadCardInput |
FileUploadCardInput.withFilename(String filename)
The default filename to use for the file upload card.
|
FileUploadCardInput |
FileUploadCardInput.withId(String id)
The unique identifier of the file upload card.
|
FileUploadCardInput |
FileUploadCardInput.withTitle(String title)
The title or label of the file upload card.
|
FileUploadCardInput |
FileUploadCardInput.withType(CardType type)
The type of the card.
|
FileUploadCardInput |
FileUploadCardInput.withType(String type)
The type of the card.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CardInput.setFileUpload(FileUploadCardInput fileUpload)
A container for the properties of the file upload input card.
|
CardInput |
CardInput.withFileUpload(FileUploadCardInput fileUpload)
A container for the properties of the file upload input card.
|
Copyright © 2025. All rights reserved.