Interface FileUploadCardInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FileUploadCardInput.Builder,
,FileUploadCardInput> SdkBuilder<FileUploadCardInput.Builder,
,FileUploadCardInput> SdkPojo
- Enclosing class:
FileUploadCardInput
@Mutable
@NotThreadSafe
public static interface FileUploadCardInput.Builder
extends SdkPojo, CopyableBuilder<FileUploadCardInput.Builder,FileUploadCardInput>
-
Method Summary
Modifier and TypeMethodDescriptionallowOverride
(Boolean allowOverride) A flag indicating if the user can override the default file for the upload card.The identifier of a pre-uploaded file associated with the card.The default filename to use for the file upload card.The unique identifier of the file upload card.The title or label of the file upload card.The type of the card.The type of the card.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
-
title
The title or label of the file upload card.
- Parameters:
title
- The title or label of the file upload card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the file upload card.
- Parameters:
id
- The unique identifier of the file upload card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the card.
- Parameters:
type
- The type of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the card.
- Parameters:
type
- The type of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
filename
The default filename to use for the file upload card.
- Parameters:
filename
- The default filename to use for the file upload card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileId
The identifier of a pre-uploaded file associated with the card.
- Parameters:
fileId
- The identifier of a pre-uploaded file associated with the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowOverride
A flag indicating if the user can override the default file for the upload card.
- Parameters:
allowOverride
- A flag indicating if the user can override the default file for the upload card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-