public static interface GetSnowballUsageResponse.Builder extends SnowballResponse.Builder, SdkPojo, CopyableBuilder<GetSnowballUsageResponse.Builder,GetSnowballUsageResponse>
Modifier and Type | Method and Description |
---|---|
GetSnowballUsageResponse.Builder |
snowballLimit(Integer snowballLimit)
The service limit for number of Snow devices this account can have at once.
|
GetSnowballUsageResponse.Builder |
snowballsInUse(Integer snowballsInUse)
The number of Snow devices that this account is currently using.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetSnowballUsageResponse.Builder snowballLimit(Integer snowballLimit)
The service limit for number of Snow devices this account can have at once. The default service limit is 1 (one).
snowballLimit
- The service limit for number of Snow devices this account can have at once. The default service limit
is 1 (one).GetSnowballUsageResponse.Builder snowballsInUse(Integer snowballsInUse)
The number of Snow devices that this account is currently using.
snowballsInUse
- The number of Snow devices that this account is currently using.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.