Interface VisualCustomActionOperation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>,SdkBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>,SdkPojo
- Enclosing class:
- VisualCustomActionOperation
public static interface VisualCustomActionOperation.Builder extends SdkPojo, CopyableBuilder<VisualCustomActionOperation.Builder,VisualCustomActionOperation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default VisualCustomActionOperation.BuilderfilterOperation(Consumer<CustomActionFilterOperation.Builder> filterOperation)The filter operation that filters data included in a visual or in an entire sheet.VisualCustomActionOperation.BuilderfilterOperation(CustomActionFilterOperation filterOperation)The filter operation that filters data included in a visual or in an entire sheet.default VisualCustomActionOperation.BuildernavigationOperation(Consumer<CustomActionNavigationOperation.Builder> navigationOperation)The navigation operation that navigates between different sheets in the same analysis.VisualCustomActionOperation.BuildernavigationOperation(CustomActionNavigationOperation navigationOperation)The navigation operation that navigates between different sheets in the same analysis.default VisualCustomActionOperation.BuildersetParametersOperation(Consumer<CustomActionSetParametersOperation.Builder> setParametersOperation)The set parameter operation that sets parameters in custom action.VisualCustomActionOperation.BuildersetParametersOperation(CustomActionSetParametersOperation setParametersOperation)The set parameter operation that sets parameters in custom action.default VisualCustomActionOperation.BuilderurlOperation(Consumer<CustomActionURLOperation.Builder> urlOperation)The URL operation that opens a link to another webpage.VisualCustomActionOperation.BuilderurlOperation(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, sdkFields
-
-
-
-
Method Detail
-
filterOperation
VisualCustomActionOperation.Builder filterOperation(CustomActionFilterOperation 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.Builderavoiding the need to create one manually viaCustomActionFilterOperation.builder().When the
Consumercompletes,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:
filterOperation(CustomActionFilterOperation)
-
navigationOperation
VisualCustomActionOperation.Builder navigationOperation(CustomActionNavigationOperation navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
- Parameters:
navigationOperation- The navigation operation that navigates between different sheets in the same analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
navigationOperation
default VisualCustomActionOperation.Builder navigationOperation(Consumer<CustomActionNavigationOperation.Builder> navigationOperation)
The navigation operation that navigates between different sheets in the same analysis.
This is a convenience method that creates an instance of theCustomActionNavigationOperation.Builderavoiding the need to create one manually viaCustomActionNavigationOperation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonavigationOperation(CustomActionNavigationOperation).- Parameters:
navigationOperation- a consumer that will call methods onCustomActionNavigationOperation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
navigationOperation(CustomActionNavigationOperation)
-
urlOperation
VisualCustomActionOperation.Builder urlOperation(CustomActionURLOperation 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.Builderavoiding the need to create one manually viaCustomActionURLOperation.builder().When the
Consumercompletes,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:
urlOperation(CustomActionURLOperation)
-
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.Builderavoiding the need to create one manually viaCustomActionSetParametersOperation.builder().When the
Consumercompletes,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:
setParametersOperation(CustomActionSetParametersOperation)
-
-