Interface TrainingPlanExtensionOffering.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TrainingPlanExtensionOffering.Builder,,TrainingPlanExtensionOffering> SdkBuilder<TrainingPlanExtensionOffering.Builder,,TrainingPlanExtensionOffering> SdkPojo
- Enclosing class:
TrainingPlanExtensionOffering
@Mutable
@NotThreadSafe
public static interface TrainingPlanExtensionOffering.Builder
extends SdkPojo, CopyableBuilder<TrainingPlanExtensionOffering.Builder,TrainingPlanExtensionOffering>
-
Method Summary
Modifier and TypeMethodDescriptionavailabilityZone(String availabilityZone) The Availability Zone for this extension offering.currencyCode(String currencyCode) The currency code for the upfront fee (e.g., USD).durationHours(Integer durationHours) The duration of this extension offering in hours.The end date of this extension offering.The start date of this extension offering.trainingPlanExtensionOfferingId(String trainingPlanExtensionOfferingId) The unique identifier for this extension offering.upfrontFee(String upfrontFee) The upfront fee for this extension offering.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
-
trainingPlanExtensionOfferingId
TrainingPlanExtensionOffering.Builder trainingPlanExtensionOfferingId(String trainingPlanExtensionOfferingId) The unique identifier for this extension offering.
- Parameters:
trainingPlanExtensionOfferingId- The unique identifier for this extension offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
availabilityZone
The Availability Zone for this extension offering.
- Parameters:
availabilityZone- The Availability Zone for this extension offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDate
The start date of this extension offering.
- Parameters:
startDate- The start date of this extension offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDate
The end date of this extension offering.
- Parameters:
endDate- The end date of this extension offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
durationHours
The duration of this extension offering in hours.
- Parameters:
durationHours- The duration of this extension offering in hours.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upfrontFee
The upfront fee for this extension offering.
- Parameters:
upfrontFee- The upfront fee for this extension offering.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currencyCode
The currency code for the upfront fee (e.g., USD).
- Parameters:
currencyCode- The currency code for the upfront fee (e.g., USD).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-