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