CopyableBuilder<TrialMinutes.Builder,TrialMinutes>
, SdkBuilder<TrialMinutes.Builder,TrialMinutes>
public static interface TrialMinutes.Builder extends CopyableBuilder<TrialMinutes.Builder,TrialMinutes>
Modifier and Type | Method | Description |
---|---|---|
TrialMinutes.Builder |
remaining(Double remaining) |
The number of free trial minutes remaining in the account.
|
TrialMinutes.Builder |
total(Double total) |
The total number of free trial minutes that the account started with.
|
copy
apply, build
TrialMinutes.Builder total(Double total)
The total number of free trial minutes that the account started with.
total
- The total number of free trial minutes that the account started with.TrialMinutes.Builder remaining(Double remaining)
The number of free trial minutes remaining in the account.
remaining
- The number of free trial minutes remaining in the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.