Class CfnAnalysis.DateTimeFormatConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.DateTimeFormatConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.DateTimeFormatConfigurationProperty>
- Enclosing interface:
CfnAnalysis.DateTimeFormatConfigurationProperty
@Stability(Stable)
public static final class CfnAnalysis.DateTimeFormatConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.DateTimeFormatConfigurationProperty>
A builder for
CfnAnalysis.DateTimeFormatConfigurationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.dateTimeFormat
(String dateTimeFormat) Sets the value ofCfnAnalysis.DateTimeFormatConfigurationProperty.getDateTimeFormat()
nullValueFormatConfiguration
(IResolvable nullValueFormatConfiguration) nullValueFormatConfiguration
(CfnAnalysis.NullValueFormatConfigurationProperty nullValueFormatConfiguration) numericFormatConfiguration
(IResolvable numericFormatConfiguration) numericFormatConfiguration
(CfnAnalysis.NumericFormatConfigurationProperty numericFormatConfiguration)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dateTimeFormat
@Stability(Stable) public CfnAnalysis.DateTimeFormatConfigurationProperty.Builder dateTimeFormat(String dateTimeFormat) Sets the value ofCfnAnalysis.DateTimeFormatConfigurationProperty.getDateTimeFormat()
- Parameters:
dateTimeFormat
- Determines theDateTime
format.- Returns:
this
-
nullValueFormatConfiguration
@Stability(Stable) public CfnAnalysis.DateTimeFormatConfigurationProperty.Builder nullValueFormatConfiguration(IResolvable nullValueFormatConfiguration) - Parameters:
nullValueFormatConfiguration
- The options that determine the null value format configuration.- Returns:
this
-
nullValueFormatConfiguration
@Stability(Stable) public CfnAnalysis.DateTimeFormatConfigurationProperty.Builder nullValueFormatConfiguration(CfnAnalysis.NullValueFormatConfigurationProperty nullValueFormatConfiguration) - Parameters:
nullValueFormatConfiguration
- The options that determine the null value format configuration.- Returns:
this
-
numericFormatConfiguration
@Stability(Stable) public CfnAnalysis.DateTimeFormatConfigurationProperty.Builder numericFormatConfiguration(IResolvable numericFormatConfiguration) - Parameters:
numericFormatConfiguration
- The formatting configuration for numericDateTime
fields.- Returns:
this
-
numericFormatConfiguration
@Stability(Stable) public CfnAnalysis.DateTimeFormatConfigurationProperty.Builder numericFormatConfiguration(CfnAnalysis.NumericFormatConfigurationProperty numericFormatConfiguration) - Parameters:
numericFormatConfiguration
- The formatting configuration for numericDateTime
fields.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAnalysis.DateTimeFormatConfigurationProperty>
- Returns:
- a new instance of
CfnAnalysis.DateTimeFormatConfigurationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-