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
Modifier and TypeMethodDescriptionThe number of free trial minutes remaining in the account.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 Details
-
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
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.
-