Interface TopBottomMoversComputation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TopBottomMoversComputation.Builder,
,TopBottomMoversComputation> SdkBuilder<TopBottomMoversComputation.Builder,
,TopBottomMoversComputation> SdkPojo
- Enclosing class:
TopBottomMoversComputation
-
Method Summary
Modifier and TypeMethodDescriptioncategory
(Consumer<DimensionField.Builder> category) The category field that is used in a computation.category
(DimensionField category) The category field that is used in a computation.computationId
(String computationId) The ID for a computation.The mover size setup of the top and bottom movers computation.The name of a computation.The sort order setup of the top and bottom movers computation.sortOrder
(TopBottomSortOrder sortOrder) The sort order setup of the top and bottom movers computation.time
(Consumer<DimensionField.Builder> time) The time field that is used in a computation.time
(DimensionField time) The time field that is used in a computation.The computation type.type
(TopBottomComputationType type) The computation type.value
(Consumer<MeasureField.Builder> value) The value field that is used in a computation.value
(MeasureField value) The value field that is used in a computation.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, sdkFieldNameToField, sdkFields
-
Method Details
-
computationId
The ID for a computation.
- Parameters:
computationId
- The ID for a computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of a computation.
- Parameters:
name
- The name of a computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
time
The time field that is used in a computation.
- Parameters:
time
- The time field that is used in a computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totime(DimensionField)
.- Parameters:
time
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
category
The category field that is used in a computation.
- Parameters:
category
- The category field that is used in a computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocategory(DimensionField)
.- Parameters:
category
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The value field that is used in a computation.
- Parameters:
value
- The value field that is used in a computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovalue(MeasureField)
.- Parameters:
value
- a consumer that will call methods onMeasureField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
moverSize
The mover size setup of the top and bottom movers computation.
- Parameters:
moverSize
- The mover size setup of the top and bottom movers computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sortOrder
The sort order setup of the top and bottom movers computation.
- Parameters:
sortOrder
- The sort order setup of the top and bottom movers computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sortOrder
The sort order setup of the top and bottom movers computation.
- Parameters:
sortOrder
- The sort order setup of the top and bottom movers computation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The computation type. Choose from the following options:
-
TOP: Top movers computation.
-
BOTTOM: Bottom movers computation.
- Parameters:
type
- The computation type. Choose from the following options:-
TOP: Top movers computation.
-
BOTTOM: Bottom movers computation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
type
The computation type. Choose from the following options:
-
TOP: Top movers computation.
-
BOTTOM: Bottom movers computation.
- Parameters:
type
- The computation type. Choose from the following options:-
TOP: Top movers computation.
-
BOTTOM: Bottom movers computation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-