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 (exclusive) of the time period.The start (inclusive) of the time period.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 start (inclusive) of the time period. ISO-8601 formatted timestamp, for example:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
start- The start (inclusive) of the time period. ISO-8601 formatted timestamp, for example:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
end
The end (exclusive) of the time period. ISO-8601 formatted timestamp, for example:
YYYY-MM-DDThh:mm:ss.sssZ- Parameters:
end- The end (exclusive) of the time period. ISO-8601 formatted timestamp, for example:YYYY-MM-DDThh:mm:ss.sssZ- Returns:
- Returns a reference to this object so that method calls can be chained together.
-