Interface MixedMeasureMapping.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MixedMeasureMapping.Builder,
,MixedMeasureMapping> SdkBuilder<MixedMeasureMapping.Builder,
,MixedMeasureMapping> SdkPojo
- Enclosing class:
MixedMeasureMapping
@Mutable
@NotThreadSafe
public static interface MixedMeasureMapping.Builder
extends SdkPojo, CopyableBuilder<MixedMeasureMapping.Builder,MixedMeasureMapping>
-
Method Summary
Modifier and TypeMethodDescriptionmeasureName
(String measureName) measureValueType
(String measureValueType) measureValueType
(MeasureValueType measureValueType) multiMeasureAttributeMappings
(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings) multiMeasureAttributeMappings
(Consumer<MultiMeasureAttributeMapping.Builder>... multiMeasureAttributeMappings) This is a convenience method that creates an instance of theMultiMeasureAttributeMapping.Builder
avoiding the need to create one manually viaMultiMeasureAttributeMapping.builder()
.multiMeasureAttributeMappings
(MultiMeasureAttributeMapping... multiMeasureAttributeMappings) sourceColumn
(String sourceColumn) targetMeasureName
(String targetMeasureName) 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
-
measureName
- Parameters:
measureName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceColumn
- Parameters:
sourceColumn
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetMeasureName
- Parameters:
targetMeasureName
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measureValueType
- Parameters:
measureValueType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measureValueType
- Parameters:
measureValueType
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
multiMeasureAttributeMappings
MixedMeasureMapping.Builder multiMeasureAttributeMappings(Collection<MultiMeasureAttributeMapping> multiMeasureAttributeMappings) - Parameters:
multiMeasureAttributeMappings
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiMeasureAttributeMappings
MixedMeasureMapping.Builder multiMeasureAttributeMappings(MultiMeasureAttributeMapping... multiMeasureAttributeMappings) - Parameters:
multiMeasureAttributeMappings
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
multiMeasureAttributeMappings
MixedMeasureMapping.Builder multiMeasureAttributeMappings(Consumer<MultiMeasureAttributeMapping.Builder>... multiMeasureAttributeMappings) This is a convenience method that creates an instance of theMultiMeasureAttributeMapping.Builder
avoiding the need to create one manually viaMultiMeasureAttributeMapping.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomultiMeasureAttributeMappings(List<MultiMeasureAttributeMapping>)
.- Parameters:
multiMeasureAttributeMappings
- a consumer that will call methods onMultiMeasureAttributeMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-