public static interface GetSnowballUsageResponse.Builder extends SnowballResponse.Builder, CopyableBuilder<GetSnowballUsageResponse.Builder,GetSnowballUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
GetSnowballUsageResponse.Builder |
snowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once.
|
GetSnowballUsageResponse.Builder |
snowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetSnowballUsageResponse.Builder snowballLimit(Integer snowballLimit)
The service limit for number of Snowballs this account can have at once. The default service limit is 1 (one).
snowballLimit - The service limit for number of Snowballs this account can have at once. The default service limit is
1 (one).GetSnowballUsageResponse.Builder snowballsInUse(Integer snowballsInUse)
The number of Snowballs that this account is currently using.
snowballsInUse - The number of Snowballs that this account is currently using.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.