public static interface TopBottomMoversComputation.Builder extends SdkPojo, CopyableBuilder<TopBottomMoversComputation.Builder,TopBottomMoversComputation>
| Modifier and Type | Method and Description |
|---|---|
default TopBottomMoversComputation.Builder |
category(Consumer<DimensionField.Builder> category)
The category field that is used in a computation.
|
TopBottomMoversComputation.Builder |
category(DimensionField category)
The category field that is used in a computation.
|
TopBottomMoversComputation.Builder |
computationId(String computationId)
The ID for a computation.
|
TopBottomMoversComputation.Builder |
moverSize(Integer moverSize)
The mover size setup of the top and bottom movers computation.
|
TopBottomMoversComputation.Builder |
name(String name)
The name of a computation.
|
TopBottomMoversComputation.Builder |
sortOrder(String sortOrder)
The sort order setup of the top and bottom movers computation.
|
TopBottomMoversComputation.Builder |
sortOrder(TopBottomSortOrder sortOrder)
The sort order setup of the top and bottom movers computation.
|
default TopBottomMoversComputation.Builder |
time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
|
TopBottomMoversComputation.Builder |
time(DimensionField time)
The time field that is used in a computation.
|
TopBottomMoversComputation.Builder |
type(String type)
The computation type.
|
TopBottomMoversComputation.Builder |
type(TopBottomComputationType type)
The computation type.
|
default TopBottomMoversComputation.Builder |
value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
|
TopBottomMoversComputation.Builder |
value(MeasureField value)
The value field that is used in a computation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopBottomMoversComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.TopBottomMoversComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.TopBottomMoversComputation.Builder time(DimensionField time)
The time field that is used in a computation.
time - The time field that is used in a computation.default TopBottomMoversComputation.Builder time(Consumer<DimensionField.Builder> time)
The time field that is used in a computation.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need
to create one manually via DimensionField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to time(DimensionField).
time - a consumer that will call methods on DimensionField.Buildertime(DimensionField)TopBottomMoversComputation.Builder category(DimensionField category)
The category field that is used in a computation.
category - The category field that is used in a computation.default TopBottomMoversComputation.Builder category(Consumer<DimensionField.Builder> category)
The category field that is used in a computation.
This is a convenience method that creates an instance of theDimensionField.Builder avoiding the need
to create one manually via DimensionField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to category(DimensionField).
category - a consumer that will call methods on DimensionField.Buildercategory(DimensionField)TopBottomMoversComputation.Builder value(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.default TopBottomMoversComputation.Builder value(Consumer<MeasureField.Builder> value)
The value field that is used in a computation.
This is a convenience method that creates an instance of theMeasureField.Builder avoiding the need
to create one manually via MeasureField.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to value(MeasureField).
value - a consumer that will call methods on MeasureField.Buildervalue(MeasureField)TopBottomMoversComputation.Builder moverSize(Integer moverSize)
The mover size setup of the top and bottom movers computation.
moverSize - The mover size setup of the top and bottom movers computation.TopBottomMoversComputation.Builder sortOrder(String sortOrder)
The sort order setup of the top and bottom movers computation.
sortOrder - The sort order setup of the top and bottom movers computation.TopBottomSortOrder,
TopBottomSortOrderTopBottomMoversComputation.Builder sortOrder(TopBottomSortOrder sortOrder)
The sort order setup of the top and bottom movers computation.
sortOrder - The sort order setup of the top and bottom movers computation.TopBottomSortOrder,
TopBottomSortOrderTopBottomMoversComputation.Builder type(String type)
The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
type - The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
TopBottomComputationType,
TopBottomComputationTypeTopBottomMoversComputation.Builder type(TopBottomComputationType type)
The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
type - The computation type. Choose from the following options:
TOP: Top movers computation.
BOTTOM: Bottom movers computation.
TopBottomComputationType,
TopBottomComputationTypeCopyright © 2023. All rights reserved.