Interface TimePeriod.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TimePeriod.Builder,,TimePeriod> SdkBuilder<TimePeriod.Builder,,TimePeriod> SdkPojo
- Enclosing class:
TimePeriod
@Mutable
@NotThreadSafe
public static interface TimePeriod.Builder
extends SdkPojo, CopyableBuilder<TimePeriod.Builder,TimePeriod>
-
Method Summary
Modifier and TypeMethodDescriptionThe end of the time period (exclusive).The beginning of the time period (inclusive).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
start
The beginning of the time period (inclusive). Specify the date in ISO 8601 format, such as 2024-01-01.
- Parameters:
start- The beginning of the time period (inclusive). Specify the date in ISO 8601 format, such as 2024-01-01.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end of the time period (exclusive). Specify the date in ISO 8601 format, such as 2024-12-31.
- Parameters:
end- The end of the time period (exclusive). Specify the date in ISO 8601 format, such as 2024-12-31.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-