Interface VisualHighlightOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VisualHighlightOperation.Builder,
,VisualHighlightOperation> SdkBuilder<VisualHighlightOperation.Builder,
,VisualHighlightOperation> SdkPojo
- Enclosing class:
VisualHighlightOperation
@Mutable
@NotThreadSafe
public static interface VisualHighlightOperation.Builder
extends SdkPojo, CopyableBuilder<VisualHighlightOperation.Builder,VisualHighlightOperation>
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.trigger
(VisualHighlightTrigger trigger) Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.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
-
trigger
Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.
- Parameters:
trigger
- Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
trigger
Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.
- Parameters:
trigger
- Specifies whether a highlight operation is initiated by a click or hover, or whether it's disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-