Interface TopicIRComparisonMethod.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<TopicIRComparisonMethod.Builder,
,TopicIRComparisonMethod> SdkBuilder<TopicIRComparisonMethod.Builder,
,TopicIRComparisonMethod> SdkPojo
- Enclosing class:
TopicIRComparisonMethod
public static interface TopicIRComparisonMethod.Builder
extends SdkPojo, CopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>
-
Method Summary
Modifier and TypeMethodDescriptionThe period for theTopicIRComparisonMethod
.period
(TopicTimeGranularity period) The period for theTopicIRComparisonMethod
.The type for theTopicIRComparisonMethod
.type
(ComparisonMethodType type) The type for theTopicIRComparisonMethod
.windowSize
(Integer windowSize) The window size for theTopicIRComparisonMethod
.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 Details
-
type
The type for the
TopicIRComparisonMethod
.- Parameters:
type
- The type for theTopicIRComparisonMethod
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type for the
TopicIRComparisonMethod
.- Parameters:
type
- The type for theTopicIRComparisonMethod
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The period for the
TopicIRComparisonMethod
.- Parameters:
period
- The period for theTopicIRComparisonMethod
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
period
The period for the
TopicIRComparisonMethod
.- Parameters:
period
- The period for theTopicIRComparisonMethod
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
windowSize
The window size for the
TopicIRComparisonMethod
.- Parameters:
windowSize
- The window size for theTopicIRComparisonMethod
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-