Interface VisualCustomActionDefaults.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VisualCustomActionDefaults.Builder,VisualCustomActionDefaults>,SdkBuilder<VisualCustomActionDefaults.Builder,VisualCustomActionDefaults>,SdkPojo
- Enclosing class:
- VisualCustomActionDefaults
@Mutable @NotThreadSafe public static interface VisualCustomActionDefaults.Builder extends SdkPojo, CopyableBuilder<VisualCustomActionDefaults.Builder,VisualCustomActionDefaults>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VisualCustomActionDefaults.BuilderhighlightOperation(Consumer<VisualHighlightOperation.Builder> highlightOperation)A list of highlight operations available for visuals in an analysis or sheet.VisualCustomActionDefaults.BuilderhighlightOperation(VisualHighlightOperation highlightOperation)A list of highlight operations available for visuals in an analysis or sheet.-
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
-
highlightOperation
VisualCustomActionDefaults.Builder highlightOperation(VisualHighlightOperation highlightOperation)
A list of highlight operations available for visuals in an analysis or sheet.
- Parameters:
highlightOperation- A list of highlight operations available for visuals in an analysis or sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
highlightOperation
default VisualCustomActionDefaults.Builder highlightOperation(Consumer<VisualHighlightOperation.Builder> highlightOperation)
A list of highlight operations available for visuals in an analysis or sheet.
This is a convenience method that creates an instance of theVisualHighlightOperation.Builderavoiding the need to create one manually viaVisualHighlightOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohighlightOperation(VisualHighlightOperation).- Parameters:
highlightOperation- a consumer that will call methods onVisualHighlightOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
highlightOperation(VisualHighlightOperation)
-
-