Interface TopicIRComparisonMethod.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>,SdkBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>,SdkPojo
- Enclosing class:
- TopicIRComparisonMethod
@Mutable @NotThreadSafe public static interface TopicIRComparisonMethod.Builder extends SdkPojo, CopyableBuilder<TopicIRComparisonMethod.Builder,TopicIRComparisonMethod>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TopicIRComparisonMethod.Builderperiod(String period)The period for theTopicIRComparisonMethod.TopicIRComparisonMethod.Builderperiod(TopicTimeGranularity period)The period for theTopicIRComparisonMethod.TopicIRComparisonMethod.Buildertype(String type)The type for theTopicIRComparisonMethod.TopicIRComparisonMethod.Buildertype(ComparisonMethodType type)The type for theTopicIRComparisonMethod.TopicIRComparisonMethod.BuilderwindowSize(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
type
TopicIRComparisonMethod.Builder type(String 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:
ComparisonMethodType,ComparisonMethodType
-
type
TopicIRComparisonMethod.Builder type(ComparisonMethodType 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:
ComparisonMethodType,ComparisonMethodType
-
period
TopicIRComparisonMethod.Builder period(String 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:
TopicTimeGranularity,TopicTimeGranularity
-
period
TopicIRComparisonMethod.Builder period(TopicTimeGranularity 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:
TopicTimeGranularity,TopicTimeGranularity
-
windowSize
TopicIRComparisonMethod.Builder windowSize(Integer 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.
-
-