Interface VisualCustomActionOperation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VisualCustomActionOperation.Builder,
,VisualCustomActionOperation> SdkBuilder<VisualCustomActionOperation.Builder,
,VisualCustomActionOperation> SdkPojo
- Enclosing class:
VisualCustomActionOperation
-
Method Summary
Modifier and TypeMethodDescriptionfilterOperation
(Consumer<CustomActionFilterOperation.Builder> filterOperation) The filter operation that filters data included in a visual or in an entire sheet.filterOperation
(CustomActionFilterOperation filterOperation) The filter operation that filters data included in a visual or in an entire sheet.navigationOperation
(Consumer<CustomActionNavigationOperation.Builder> navigationOperation) The navigation operation that navigates between different sheets in the same analysis.navigationOperation
(CustomActionNavigationOperation navigationOperation) The navigation operation that navigates between different sheets in the same analysis.setParametersOperation
(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation) The set parameter operation that sets parameters in custom action.setParametersOperation
(CustomActionSetParametersOperation setParametersOperation) The set parameter operation that sets parameters in custom action.urlOperation
(Consumer<CustomActionURLOperation.Builder> urlOperation) The URL operation that opens a link to another webpage.urlOperation
(CustomActionURLOperation urlOperation) The URL operation that opens a link to another webpage.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
-
filterOperation
The filter operation that filters data included in a visual or in an entire sheet.
- Parameters:
filterOperation
- The filter operation that filters data included in a visual or in an entire sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterOperation
default VisualCustomActionOperation.Builder filterOperation(Consumer<CustomActionFilterOperation.Builder> filterOperation) The filter operation that filters data included in a visual or in an entire sheet.
This is a convenience method that creates an instance of theCustomActionFilterOperation.Builder
avoiding the need to create one manually viaCustomActionFilterOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilterOperation(CustomActionFilterOperation)
.- Parameters:
filterOperation
- a consumer that will call methods onCustomActionFilterOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
urlOperation
The URL operation that opens a link to another webpage.
- Parameters:
urlOperation
- The URL operation that opens a link to another webpage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
urlOperation
default VisualCustomActionOperation.Builder urlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation) The URL operation that opens a link to another webpage.
This is a convenience method that creates an instance of theCustomActionURLOperation.Builder
avoiding the need to create one manually viaCustomActionURLOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tourlOperation(CustomActionURLOperation)
.- Parameters:
urlOperation
- a consumer that will call methods onCustomActionURLOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setParametersOperation
VisualCustomActionOperation.Builder setParametersOperation(CustomActionSetParametersOperation setParametersOperation) The set parameter operation that sets parameters in custom action.
- Parameters:
setParametersOperation
- The set parameter operation that sets parameters in custom action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setParametersOperation
default VisualCustomActionOperation.Builder setParametersOperation(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation) The set parameter operation that sets parameters in custom action.
This is a convenience method that creates an instance of theCustomActionSetParametersOperation.Builder
avoiding the need to create one manually viaCustomActionSetParametersOperation.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosetParametersOperation(CustomActionSetParametersOperation)
.- Parameters:
setParametersOperation
- a consumer that will call methods onCustomActionSetParametersOperation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-