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 date and time for the spending limit period, in epoch seconds.The start date and time for the spending limit period, in epoch seconds.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
-
startAt
The start date and time for the spending limit period, in epoch seconds.
- Parameters:
startAt- The start date and time for the spending limit period, in epoch seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endAt
The end date and time for the spending limit period, in epoch seconds.
- Parameters:
endAt- The end date and time for the spending limit period, in epoch seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-