CopyableBuilder<AccountSettings.Builder,AccountSettings>, SdkBuilder<AccountSettings.Builder,AccountSettings>public static interface AccountSettings.Builder extends CopyableBuilder<AccountSettings.Builder,AccountSettings>
| Modifier and Type | Method | Description |
|---|---|---|
AccountSettings.Builder |
awsAccountNumber(String awsAccountNumber) |
The AWS account number specified in the
AccountSettings container. |
AccountSettings.Builder |
defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes) |
The default number of minutes (at the account level) a test run will execute before it times out.
|
AccountSettings.Builder |
maxJobTimeoutMinutes(Integer maxJobTimeoutMinutes) |
The maximum number of minutes a test run will execute before it times out.
|
AccountSettings.Builder |
maxSlots(Map<String,Integer> maxSlots) |
The maximum number of device slots that the AWS account can purchase.
|
AccountSettings.Builder |
trialMinutes(TrialMinutes trialMinutes) |
Information about an AWS account's usage of free trial device minutes.
|
AccountSettings.Builder |
unmeteredDevices(Map<String,Integer> unmeteredDevices) |
Returns the unmetered devices you have purchased or want to purchase.
|
AccountSettings.Builder |
unmeteredRemoteAccessDevices(Map<String,Integer> unmeteredRemoteAccessDevices) |
Returns the unmetered remote access devices you have purchased or want to purchase.
|
copyapply, buildAccountSettings.Builder awsAccountNumber(String awsAccountNumber)
The AWS account number specified in the AccountSettings container.
awsAccountNumber - The AWS account number specified in the AccountSettings container.AccountSettings.Builder unmeteredDevices(Map<String,Integer> unmeteredDevices)
Returns the unmetered devices you have purchased or want to purchase.
unmeteredDevices - Returns the unmetered devices you have purchased or want to purchase.AccountSettings.Builder unmeteredRemoteAccessDevices(Map<String,Integer> unmeteredRemoteAccessDevices)
Returns the unmetered remote access devices you have purchased or want to purchase.
unmeteredRemoteAccessDevices - Returns the unmetered remote access devices you have purchased or want to purchase.AccountSettings.Builder maxJobTimeoutMinutes(Integer maxJobTimeoutMinutes)
The maximum number of minutes a test run will execute before it times out.
maxJobTimeoutMinutes - The maximum number of minutes a test run will execute before it times out.AccountSettings.Builder trialMinutes(TrialMinutes trialMinutes)
Information about an AWS account's usage of free trial device minutes.
trialMinutes - Information about an AWS account's usage of free trial device minutes.AccountSettings.Builder maxSlots(Map<String,Integer> maxSlots)
The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an
offering-id:number pair, where the offering-id represents one of the IDs returned
by the ListOfferings command.
maxSlots - The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an
offering-id:number pair, where the offering-id represents one of the IDs
returned by the ListOfferings command.AccountSettings.Builder defaultJobTimeoutMinutes(Integer defaultJobTimeoutMinutes)
The default number of minutes (at the account level) a test run will execute before it times out. Default value is 60 minutes.
defaultJobTimeoutMinutes - The default number of minutes (at the account level) a test run will execute before it times out.
Default value is 60 minutes.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.