public static interface GetAccountSettingsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResponse.Builder |
accountLimit(AccountLimit accountLimit)
Sets the value of the AccountLimit property for this object.
|
GetAccountSettingsResponse.Builder |
accountUsage(AccountUsage accountUsage)
Sets the value of the AccountUsage property for this object.
|
GetAccountSettingsResponse.Builder accountLimit(AccountLimit accountLimit)
accountLimit
- The new value for the AccountLimit property for this object.GetAccountSettingsResponse.Builder accountUsage(AccountUsage accountUsage)
accountUsage
- The new value for the AccountUsage property for this object.Copyright © 2017. All rights reserved.