Class CfnDashboard.VisualCustomActionOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.VisualCustomActionOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.VisualCustomActionOperationProperty>
- Enclosing interface:
CfnDashboard.VisualCustomActionOperationProperty
@Stability(Stable)
public static final class CfnDashboard.VisualCustomActionOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.VisualCustomActionOperationProperty>
A builder for
CfnDashboard.VisualCustomActionOperationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.filterOperation
(IResolvable filterOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getFilterOperation()
filterOperation
(CfnDashboard.CustomActionFilterOperationProperty filterOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getFilterOperation()
navigationOperation
(IResolvable navigationOperation) navigationOperation
(CfnDashboard.CustomActionNavigationOperationProperty navigationOperation) setParametersOperation
(IResolvable setParametersOperation) setParametersOperation
(CfnDashboard.CustomActionSetParametersOperationProperty setParametersOperation) urlOperation
(IResolvable urlOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getUrlOperation()
urlOperation
(CfnDashboard.CustomActionURLOperationProperty urlOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getUrlOperation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder filterOperation(IResolvable filterOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getFilterOperation()
- Parameters:
filterOperation
- The filter operation that filters data included in a visual or in an entire sheet.- Returns:
this
-
filterOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder filterOperation(CfnDashboard.CustomActionFilterOperationProperty filterOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getFilterOperation()
- Parameters:
filterOperation
- The filter operation that filters data included in a visual or in an entire sheet.- Returns:
this
-
setParametersOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder setParametersOperation(IResolvable setParametersOperation) - Parameters:
setParametersOperation
- The set parameter operation that sets parameters in custom action.- Returns:
this
-
setParametersOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder setParametersOperation(CfnDashboard.CustomActionSetParametersOperationProperty setParametersOperation) - Parameters:
setParametersOperation
- The set parameter operation that sets parameters in custom action.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder urlOperation(IResolvable urlOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getUrlOperation()
- Parameters:
urlOperation
- The URL operation that opens a link to another webpage.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnDashboard.VisualCustomActionOperationProperty.Builder urlOperation(CfnDashboard.CustomActionURLOperationProperty urlOperation) Sets the value ofCfnDashboard.VisualCustomActionOperationProperty.getUrlOperation()
- Parameters:
urlOperation
- The URL operation that opens a link to another webpage.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDashboard.VisualCustomActionOperationProperty>
- Returns:
- a new instance of
CfnDashboard.VisualCustomActionOperationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-