Class ExcludePeriodConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ExcludePeriodConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ExcludePeriodConfiguration.Builder,ExcludePeriodConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class ExcludePeriodConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ExcludePeriodConfiguration.Builder,ExcludePeriodConfiguration>
The exclude period of
TimeRangeFilterorRelativeDatesFilter.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExcludePeriodConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Integeramount()The amount or number of the exclude period.static ExcludePeriodConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)TimeGranularitygranularity()The granularity or unit (day, month, year) of the exclude period.StringgranularityAsString()The granularity or unit (day, month, year) of the exclude period.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ExcludePeriodConfiguration.Builder>serializableBuilderClass()WidgetStatusstatus()The status of the exclude period.StringstatusAsString()The status of the exclude period.ExcludePeriodConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
amount
public final Integer amount()
The amount or number of the exclude period.
- Returns:
- The amount or number of the exclude period.
-
granularity
public final TimeGranularity granularity()
The granularity or unit (day, month, year) of the exclude period.
If the service returns an enum value that is not available in the current SDK version,
granularitywill returnTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgranularityAsString().- Returns:
- The granularity or unit (day, month, year) of the exclude period.
- See Also:
TimeGranularity
-
granularityAsString
public final String granularityAsString()
The granularity or unit (day, month, year) of the exclude period.
If the service returns an enum value that is not available in the current SDK version,
granularitywill returnTimeGranularity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgranularityAsString().- Returns:
- The granularity or unit (day, month, year) of the exclude period.
- See Also:
TimeGranularity
-
status
public final WidgetStatus status()
The status of the exclude period. Choose from the following options:
-
ENABLED -
DISABLED
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the exclude period. Choose from the following options:
-
ENABLED -
DISABLED
-
- See Also:
WidgetStatus
-
-
statusAsString
public final String statusAsString()
The status of the exclude period. Choose from the following options:
-
ENABLED -
DISABLED
If the service returns an enum value that is not available in the current SDK version,
statuswill returnWidgetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the exclude period. Choose from the following options:
-
ENABLED -
DISABLED
-
- See Also:
WidgetStatus
-
-
toBuilder
public ExcludePeriodConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ExcludePeriodConfiguration.Builder,ExcludePeriodConfiguration>
-
builder
public static ExcludePeriodConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends ExcludePeriodConfiguration.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-