Interface LookbackWindow.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<LookbackWindow.Builder,LookbackWindow>
,SdkBuilder<LookbackWindow.Builder,LookbackWindow>
,SdkPojo
- Enclosing class:
- LookbackWindow
public static interface LookbackWindow.Builder extends SdkPojo, CopyableBuilder<LookbackWindow.Builder,LookbackWindow>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LookbackWindow.Builder
columnName(String columnName)
The name of the lookback window column.LookbackWindow.Builder
size(Long size)
The lookback window column size.LookbackWindow.Builder
sizeUnit(String sizeUnit)
The size unit that is used for the lookback window column.LookbackWindow.Builder
sizeUnit(LookbackWindowSizeUnit sizeUnit)
The size unit that is used for the lookback window column.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
columnName
LookbackWindow.Builder columnName(String columnName)
The name of the lookback window column.
- Parameters:
columnName
- The name of the lookback window column.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
size
LookbackWindow.Builder size(Long size)
The lookback window column size.
- Parameters:
size
- The lookback window column size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizeUnit
LookbackWindow.Builder sizeUnit(String sizeUnit)
The size unit that is used for the lookback window column. Valid values for this structure are
HOUR
,DAY
, andWEEK
.- Parameters:
sizeUnit
- The size unit that is used for the lookback window column. Valid values for this structure areHOUR
,DAY
, andWEEK
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LookbackWindowSizeUnit
,LookbackWindowSizeUnit
-
sizeUnit
LookbackWindow.Builder sizeUnit(LookbackWindowSizeUnit sizeUnit)
The size unit that is used for the lookback window column. Valid values for this structure are
HOUR
,DAY
, andWEEK
.- Parameters:
sizeUnit
- The size unit that is used for the lookback window column. Valid values for this structure areHOUR
,DAY
, andWEEK
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LookbackWindowSizeUnit
,LookbackWindowSizeUnit
-
-