Interface TextInputCard.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TextInputCard.Builder,
,TextInputCard> SdkBuilder<TextInputCard.Builder,
,TextInputCard> SdkPojo
- Enclosing class:
TextInputCard
@Mutable
@NotThreadSafe
public static interface TextInputCard.Builder
extends SdkPojo, CopyableBuilder<TextInputCard.Builder,TextInputCard>
-
Method Summary
Modifier and TypeMethodDescriptiondefaultValue
(String defaultValue) The default value to pre-populate in the text input field.dependencies
(String... dependencies) Any dependencies or requirements for the text input card.dependencies
(Collection<String> dependencies) Any dependencies or requirements for the text input card.The unique identifier of the text input card.placeholder
(String placeholder) The placeholder text to display in the text input field.The title or label of the text input 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 text input card.
- Parameters:
id
- The unique identifier of the text input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
The title or label of the text input card.
- Parameters:
title
- The title or label of the text input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencies
Any dependencies or requirements for the text input card.
- Parameters:
dependencies
- Any dependencies or requirements for the text input card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dependencies
Any dependencies or requirements for the text input card.
- Parameters:
dependencies
- Any dependencies or requirements for the text input 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:
-
placeholder
The placeholder text to display in the text input field.
- Parameters:
placeholder
- The placeholder text to display in the text input field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultValue
The default value to pre-populate in the text input field.
- Parameters:
defaultValue
- The default value to pre-populate in the text input field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-