Class CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.ImageCustomActionOperationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.ImageCustomActionOperationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.ImageCustomActionOperationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.navigationOperation(CfnDashboardPropsMixin.CustomActionNavigationOperationProperty navigationOperation) navigationOperation(IResolvable navigationOperation) setParametersOperation(CfnDashboardPropsMixin.CustomActionSetParametersOperationProperty setParametersOperation) setParametersOperation(IResolvable setParametersOperation) urlOperation(IResolvable urlOperation)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setParametersOperation
@Stability(Stable) public CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder setParametersOperation(IResolvable setParametersOperation) Sets the value ofCfnDashboardPropsMixin.ImageCustomActionOperationProperty.getSetParametersOperation()- Parameters:
setParametersOperation- the value to be set.- Returns:
this
-
setParametersOperation
@Stability(Stable) public CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder setParametersOperation(CfnDashboardPropsMixin.CustomActionSetParametersOperationProperty setParametersOperation) Sets the value ofCfnDashboardPropsMixin.ImageCustomActionOperationProperty.getSetParametersOperation()- Parameters:
setParametersOperation- the value to be set.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder urlOperation(IResolvable urlOperation) - Parameters:
urlOperation- the value to be set.- Returns:
this
-
urlOperation
@Stability(Stable) public CfnDashboardPropsMixin.ImageCustomActionOperationProperty.Builder urlOperation(CfnDashboardPropsMixin.CustomActionURLOperationProperty urlOperation) - Parameters:
urlOperation- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.ImageCustomActionOperationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.ImageCustomActionOperationProperty - Throws:
NullPointerException- if any required attribute was not provided