public static interface GetAccountSettingsResponse.Builder extends LambdaResponse.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.
|
default GetAccountSettingsResponse.Builder |
accountLimit(Consumer<AccountLimit.Builder> 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.
|
default GetAccountSettingsResponse.Builder |
accountUsage(Consumer<AccountUsage.Builder> accountUsage)
Sets the value of the AccountUsage property for this object.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetAccountSettingsResponse.Builder accountLimit(AccountLimit accountLimit)
accountLimit - The new value for the AccountLimit property for this object.default GetAccountSettingsResponse.Builder accountLimit(Consumer<AccountLimit.Builder> accountLimit)
AccountLimit.Builder avoiding the need to
create one manually via AccountLimit.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountLimit(AccountLimit).accountLimit - a consumer that will call methods on AccountLimit.BuilderaccountLimit(AccountLimit)GetAccountSettingsResponse.Builder accountUsage(AccountUsage accountUsage)
accountUsage - The new value for the AccountUsage property for this object.default GetAccountSettingsResponse.Builder accountUsage(Consumer<AccountUsage.Builder> accountUsage)
AccountUsage.Builder avoiding the need to
create one manually via AccountUsage.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to accountUsage(AccountUsage).accountUsage - a consumer that will call methods on AccountUsage.BuilderaccountUsage(AccountUsage)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.