public static interface TrialMinutes.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<TrialMinutes.Builder,TrialMinutes>
| Modifier and Type | Method and 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.
|
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 © 2018. All rights reserved.