public static interface TopBottomRankedComputation.Builder extends SdkPojo, CopyableBuilder<TopBottomRankedComputation.Builder,TopBottomRankedComputation>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTopBottomRankedComputation.Builder computationId(String computationId)
The ID for a computation.
computationId - The ID for a computation.TopBottomRankedComputation.Builder name(String name)
The name of a computation.
name - The name of a computation.TopBottomRankedComputation.Builder category(DimensionField category)
The category field that is used in a computation.
category - The category field that is used in a computation.default TopBottomRankedComputation.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)TopBottomRankedComputation.Builder value(MeasureField value)
The value field that is used in a computation.
value - The value field that is used in a computation.default TopBottomRankedComputation.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)TopBottomRankedComputation.Builder resultSize(Integer resultSize)
The result size of a top and bottom ranked computation.
resultSize - The result size of a top and bottom ranked computation.TopBottomRankedComputation.Builder type(String type)
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
type - The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationType,
TopBottomComputationTypeTopBottomRankedComputation.Builder type(TopBottomComputationType type)
The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
type - The computation type. Choose one of the following options:
TOP: A top ranked computation.
BOTTOM: A bottom ranked computation.
TopBottomComputationType,
TopBottomComputationTypeCopyright © 2023. All rights reserved.