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
Modifier and TypeMethodDescriptionhighlightOperation
(Consumer<VisualHighlightOperation.Builder> highlightOperation) A list of highlight operations available for visuals in an analysis or sheet.highlightOperation
(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 Details
-
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.Builder
avoiding the need to create one manually viaVisualHighlightOperation.builder()
.When the
Consumer
completes,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:
-