Interface TimeRange.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TimeRange.Builder,,- TimeRange> - SdkBuilder<TimeRange.Builder,,- TimeRange> - SdkPojo
- Enclosing class:
- TimeRange
@Mutable
@NotThreadSafe
public static interface TimeRange.Builder
extends SdkPojo, CopyableBuilder<TimeRange.Builder,TimeRange> 
- 
Method SummaryModifier and TypeMethodDescriptionThe beginning of the time range to retrieve performance events from.The end of the time range to retrieve performance events from.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
afterThe beginning of the time range to retrieve performance events from. - Parameters:
- after- The beginning of the time range to retrieve performance events from.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
beforeThe end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed. - Parameters:
- before- The end of the time range to retrieve performance events from. If you omit this, the time range extends to the time that this operation is performed.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-