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