Interface EnterpriseSupportTimePeriod.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EnterpriseSupportTimePeriod.Builder,,EnterpriseSupportTimePeriod> SdkBuilder<EnterpriseSupportTimePeriod.Builder,,EnterpriseSupportTimePeriod> SdkPojo
- Enclosing class:
EnterpriseSupportTimePeriod
@Mutable
@NotThreadSafe
public static interface EnterpriseSupportTimePeriod.Builder
extends SdkPojo, CopyableBuilder<EnterpriseSupportTimePeriod.Builder,EnterpriseSupportTimePeriod>
-
Method Summary
Modifier and TypeMethodDescriptionThe begin date of the time period.The end date 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
-
beginDate
The begin date of the time period.
- Parameters:
beginDate- The begin date of the time period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The end date of the time period.
- Parameters:
endDate- The end date of the time period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-