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