Class CfnAnalysis.VisualCustomActionOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.VisualCustomActionOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.VisualCustomActionOperationProperty>
- Enclosing interface:
CfnAnalysis.VisualCustomActionOperationProperty
@Stability(Stable)
public static final class CfnAnalysis.VisualCustomActionOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.VisualCustomActionOperationProperty>
A builder for
CfnAnalysis.VisualCustomActionOperationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.filterOperation
(IResolvable filterOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getFilterOperation()
filterOperation
(CfnAnalysis.CustomActionFilterOperationProperty filterOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getFilterOperation()
navigationOperation
(IResolvable navigationOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getNavigationOperation()
navigationOperation
(CfnAnalysis.CustomActionNavigationOperationProperty navigationOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getNavigationOperation()
setParametersOperation
(IResolvable setParametersOperation) setParametersOperation
(CfnAnalysis.CustomActionSetParametersOperationProperty setParametersOperation) urlOperation
(IResolvable urlOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getUrlOperation()
urlOperation
(CfnAnalysis.CustomActionURLOperationProperty urlOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getUrlOperation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
filterOperation
@Stability(Stable) public CfnAnalysis.VisualCustomActionOperationProperty.Builder filterOperation(IResolvable filterOperation) Sets the value ofCfnAnalysis.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 CfnAnalysis.VisualCustomActionOperationProperty.Builder filterOperation(CfnAnalysis.CustomActionFilterOperationProperty filterOperation) Sets the value ofCfnAnalysis.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 CfnAnalysis.VisualCustomActionOperationProperty.Builder setParametersOperation(IResolvable setParametersOperation) - Parameters:
setParametersOperation
- The set parameter operation that sets parameters in custom action.- Returns:
this
-
setParametersOperation
@Stability(Stable) public CfnAnalysis.VisualCustomActionOperationProperty.Builder setParametersOperation(CfnAnalysis.CustomActionSetParametersOperationProperty setParametersOperation) - Parameters:
setParametersOperation
- The set parameter operation that sets parameters in custom action.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnAnalysis.VisualCustomActionOperationProperty.Builder urlOperation(IResolvable urlOperation) Sets the value ofCfnAnalysis.VisualCustomActionOperationProperty.getUrlOperation()
- Parameters:
urlOperation
- The URL operation that opens a link to another webpage.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnAnalysis.VisualCustomActionOperationProperty.Builder urlOperation(CfnAnalysis.CustomActionURLOperationProperty urlOperation) Sets the value ofCfnAnalysis.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<CfnAnalysis.VisualCustomActionOperationProperty>
- Returns:
- a new instance of
CfnAnalysis.VisualCustomActionOperationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-