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