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