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