Interface ContributionAnalysisTimeRanges.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ContributionAnalysisTimeRanges.Builder,ContributionAnalysisTimeRanges>,SdkBuilder<ContributionAnalysisTimeRanges.Builder,ContributionAnalysisTimeRanges>,SdkPojo
- Enclosing class:
- ContributionAnalysisTimeRanges
@Mutable @NotThreadSafe public static interface ContributionAnalysisTimeRanges.Builder extends SdkPojo, CopyableBuilder<ContributionAnalysisTimeRanges.Builder,ContributionAnalysisTimeRanges>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ContributionAnalysisTimeRanges.BuilderendRange(Consumer<TopicIRFilterOption.Builder> endRange)The end range for theContributionAnalysisTimeRanges.ContributionAnalysisTimeRanges.BuilderendRange(TopicIRFilterOption endRange)The end range for theContributionAnalysisTimeRanges.default ContributionAnalysisTimeRanges.BuilderstartRange(Consumer<TopicIRFilterOption.Builder> startRange)The start range for theContributionAnalysisTimeRanges.ContributionAnalysisTimeRanges.BuilderstartRange(TopicIRFilterOption startRange)The start range for theContributionAnalysisTimeRanges.-
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
-
startRange
ContributionAnalysisTimeRanges.Builder startRange(TopicIRFilterOption startRange)
The start range for the
ContributionAnalysisTimeRanges.- Parameters:
startRange- The start range for theContributionAnalysisTimeRanges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startRange
default ContributionAnalysisTimeRanges.Builder startRange(Consumer<TopicIRFilterOption.Builder> startRange)
The start range for the
This is a convenience method that creates an instance of theContributionAnalysisTimeRanges.TopicIRFilterOption.Builderavoiding the need to create one manually viaTopicIRFilterOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostartRange(TopicIRFilterOption).- Parameters:
startRange- a consumer that will call methods onTopicIRFilterOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
startRange(TopicIRFilterOption)
-
endRange
ContributionAnalysisTimeRanges.Builder endRange(TopicIRFilterOption endRange)
The end range for the
ContributionAnalysisTimeRanges.- Parameters:
endRange- The end range for theContributionAnalysisTimeRanges.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endRange
default ContributionAnalysisTimeRanges.Builder endRange(Consumer<TopicIRFilterOption.Builder> endRange)
The end range for the
This is a convenience method that creates an instance of theContributionAnalysisTimeRanges.TopicIRFilterOption.Builderavoiding the need to create one manually viaTopicIRFilterOption.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendRange(TopicIRFilterOption).- Parameters:
endRange- a consumer that will call methods onTopicIRFilterOption.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
endRange(TopicIRFilterOption)
-
-