Interface ContributionAnalysisTimeRanges.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContributionAnalysisTimeRanges.Builder,
,ContributionAnalysisTimeRanges> SdkBuilder<ContributionAnalysisTimeRanges.Builder,
,ContributionAnalysisTimeRanges> SdkPojo
- Enclosing class:
ContributionAnalysisTimeRanges
public static interface ContributionAnalysisTimeRanges.Builder
extends SdkPojo, CopyableBuilder<ContributionAnalysisTimeRanges.Builder,ContributionAnalysisTimeRanges>
-
Method Summary
Modifier and TypeMethodDescriptionendRange
(Consumer<TopicIRFilterOption.Builder> endRange) The end range for theContributionAnalysisTimeRanges
.endRange
(TopicIRFilterOption endRange) The end range for theContributionAnalysisTimeRanges
.startRange
(Consumer<TopicIRFilterOption.Builder> startRange) The start range for theContributionAnalysisTimeRanges
.startRange
(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, sdkFields
-
Method Details
-
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.Builder
avoiding the need to create one manually viaTopicIRFilterOption.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaTopicIRFilterOption.builder()
.When the
Consumer
completes,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:
-