Interface TextBoxMenuOption.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TextBoxMenuOption.Builder,TextBoxMenuOption>,SdkBuilder<TextBoxMenuOption.Builder,TextBoxMenuOption>,SdkPojo
- Enclosing class:
- TextBoxMenuOption
@Mutable @NotThreadSafe public static interface TextBoxMenuOption.Builder extends SdkPojo, CopyableBuilder<TextBoxMenuOption.Builder,TextBoxMenuOption>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextBoxMenuOption.BuilderavailabilityStatus(String availabilityStatus)The availability status of the textbox menu.TextBoxMenuOption.BuilderavailabilityStatus(DashboardBehavior availabilityStatus)The availability status of the textbox menu.-
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 Detail
-
availabilityStatus
TextBoxMenuOption.Builder availabilityStatus(String availabilityStatus)
The availability status of the textbox menu. If the value of this property is set to
ENABLED, dashboard readers can interact with the textbox menu.- Parameters:
availabilityStatus- The availability status of the textbox menu. If the value of this property is set toENABLED, dashboard readers can interact with the textbox menu.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
availabilityStatus
TextBoxMenuOption.Builder availabilityStatus(DashboardBehavior availabilityStatus)
The availability status of the textbox menu. If the value of this property is set to
ENABLED, dashboard readers can interact with the textbox menu.- Parameters:
availabilityStatus- The availability status of the textbox menu. If the value of this property is set toENABLED, dashboard readers can interact with the textbox menu.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DashboardBehavior,DashboardBehavior
-
-