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