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