Interface TrialMinutes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TrialMinutes.Builder,TrialMinutes>,SdkBuilder<TrialMinutes.Builder,TrialMinutes>,SdkPojo
- Enclosing class:
- TrialMinutes
public static interface TrialMinutes.Builder extends SdkPojo, CopyableBuilder<TrialMinutes.Builder,TrialMinutes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TrialMinutes.Builderremaining(Double remaining)The number of free trial minutes remaining in the account.TrialMinutes.Buildertotal(Double total)The total number of free trial minutes that the account started with.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
total
TrialMinutes.Builder total(Double total)
The total number of free trial minutes that the account started with.
- Parameters:
total- The total number of free trial minutes that the account started with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remaining
TrialMinutes.Builder remaining(Double remaining)
The number of free trial minutes remaining in the account.
- Parameters:
remaining- The number of free trial minutes remaining in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-