Interface Card.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Card.Builder,,Card> SdkBuilder<Card.Builder,,Card> SdkPojo
- Enclosing class:
Card
-
Method Summary
Modifier and TypeMethodDescriptiondefault Card.BuilderfileUpload(Consumer<FileUploadCard.Builder> fileUpload) A container for the properties of the file upload card.fileUpload(FileUploadCard fileUpload) A container for the properties of the file upload card.default Card.BuilderqPlugin(Consumer<QPluginCard.Builder> qPlugin) A container for the properties of the plugin card.qPlugin(QPluginCard qPlugin) A container for the properties of the plugin card.default Card.BuilderqQuery(Consumer<QQueryCard.Builder> qQuery) A container for the properties of the query card.qQuery(QQueryCard qQuery) A container for the properties of the query card.default Card.BuildertextInput(Consumer<TextInputCard.Builder> textInput) A container for the properties of the text input card.textInput(TextInputCard textInput) A container for the properties of the text input card.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, sdkFields
-
Method Details
-
textInput
A container for the properties of the text input card.
- Parameters:
textInput- A container for the properties of the text input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textInput
A container for the properties of the text input card.
This is a convenience method that creates an instance of theTextInputCard.Builderavoiding the need to create one manually viaTextInputCard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totextInput(TextInputCard).- Parameters:
textInput- a consumer that will call methods onTextInputCard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qQuery
A container for the properties of the query card.
- Parameters:
qQuery- A container for the properties of the query card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qQuery
A container for the properties of the query card.
This is a convenience method that creates an instance of theQQueryCard.Builderavoiding the need to create one manually viaQQueryCard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqQuery(QQueryCard).- Parameters:
qQuery- a consumer that will call methods onQQueryCard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
qPlugin
A container for the properties of the plugin card.
- Parameters:
qPlugin- A container for the properties of the plugin card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
qPlugin
A container for the properties of the plugin card.
This is a convenience method that creates an instance of theQPluginCard.Builderavoiding the need to create one manually viaQPluginCard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toqPlugin(QPluginCard).- Parameters:
qPlugin- a consumer that will call methods onQPluginCard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
fileUpload
A container for the properties of the file upload card.
- Parameters:
fileUpload- A container for the properties of the file upload card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileUpload
A container for the properties of the file upload card.
This is a convenience method that creates an instance of theFileUploadCard.Builderavoiding the need to create one manually viaFileUploadCard.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileUpload(FileUploadCard).- Parameters:
fileUpload- a consumer that will call methods onFileUploadCard.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-