Class CfnTemplatePropsMixin.SingleAxisOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.SingleAxisOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin.SingleAxisOptionsProperty>
- Enclosing interface:
CfnTemplatePropsMixin.SingleAxisOptionsProperty
@Stability(Stable)
public static final class CfnTemplatePropsMixin.SingleAxisOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin.SingleAxisOptionsProperty>
A builder for
CfnTemplatePropsMixin.SingleAxisOptionsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.yAxisOptions(CfnTemplatePropsMixin.YAxisOptionsProperty yAxisOptions) Sets the value ofCfnTemplatePropsMixin.SingleAxisOptionsProperty.getYAxisOptions()yAxisOptions(IResolvable yAxisOptions) Sets the value ofCfnTemplatePropsMixin.SingleAxisOptionsProperty.getYAxisOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
yAxisOptions
@Stability(Stable) public CfnTemplatePropsMixin.SingleAxisOptionsProperty.Builder yAxisOptions(IResolvable yAxisOptions) Sets the value ofCfnTemplatePropsMixin.SingleAxisOptionsProperty.getYAxisOptions()- Parameters:
yAxisOptions- The Y axis options of a single axis configuration.- Returns:
this
-
yAxisOptions
@Stability(Stable) public CfnTemplatePropsMixin.SingleAxisOptionsProperty.Builder yAxisOptions(CfnTemplatePropsMixin.YAxisOptionsProperty yAxisOptions) Sets the value ofCfnTemplatePropsMixin.SingleAxisOptionsProperty.getYAxisOptions()- Parameters:
yAxisOptions- The Y axis options of a single axis configuration.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin.SingleAxisOptionsProperty>- Returns:
- a new instance of
CfnTemplatePropsMixin.SingleAxisOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-