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