Package com.atlan.model.structs
Class TableauReadCountWindow.TableauReadCountWindowBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.structs.AtlanStruct.AtlanStructBuilder<C,B>
com.atlan.model.structs.TableauReadCountWindow.TableauReadCountWindowBuilder<C,B>
- Enclosing class:
TableauReadCountWindow
public abstract static class TableauReadCountWindow.TableauReadCountWindowBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C,B>>
extends AtlanStruct.AtlanStructBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B$fillValuesFrom(C instance) abstract Cbuild()protected abstract Bself()tableauReadCountWindowAsOfDate(Long tableauReadCountWindowAsOfDate) Anchor date for this window — when the source reported the count (typically the crawl run time).tableauReadCountWindowCount(Long tableauReadCountWindowCount) Number of reads/views recorded within this window.tableauReadCountWindowDays(Long tableauReadCountWindowDays) Size of the time window in days (e.g., 14, 30, 90, 365).toString()Fixed typeName for TableauReadCountWindow.Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
TableauReadCountWindowBuilder
public TableauReadCountWindowBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFromin classAtlanStruct.AtlanStructBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C, B>>
-
typeName
Fixed typeName for TableauReadCountWindow.- Overrides:
typeNamein classAtlanStruct.AtlanStructBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C, B>> - Returns:
this.
-
tableauReadCountWindowDays
Size of the time window in days (e.g., 14, 30, 90, 365).- Returns:
this.
-
tableauReadCountWindowCount
Number of reads/views recorded within this window.- Returns:
this.
-
tableauReadCountWindowAsOfDate
Anchor date for this window — when the source reported the count (typically the crawl run time).- Returns:
this.
-
self
- Specified by:
selfin classAtlanStruct.AtlanStructBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C, B>>
-
build
- Specified by:
buildin classAtlanStruct.AtlanStructBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C, B>>
-
toString
- Overrides:
toStringin classAtlanStruct.AtlanStructBuilder<C extends TableauReadCountWindow,B extends TableauReadCountWindow.TableauReadCountWindowBuilder<C, B>>
-