public static interface GetAccountSettingsResponse.Builder extends LambdaResponse.Builder, SdkPojo, CopyableBuilder<GetAccountSettingsResponse.Builder,GetAccountSettingsResponse>
Modifier and Type | Method and Description |
---|---|
GetAccountSettingsResponse.Builder |
accountLimit(AccountLimit accountLimit)
Limits that are related to concurrency and code storage.
|
default GetAccountSettingsResponse.Builder |
accountLimit(Consumer<AccountLimit.Builder> accountLimit)
Limits that are related to concurrency and code storage.
|
GetAccountSettingsResponse.Builder |
accountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
|
default GetAccountSettingsResponse.Builder |
accountUsage(Consumer<AccountUsage.Builder> accountUsage)
The number of functions and amount of storage in use.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetAccountSettingsResponse.Builder accountLimit(AccountLimit accountLimit)
Limits that are related to concurrency and code storage.
accountLimit
- Limits that are related to concurrency and code storage.default GetAccountSettingsResponse.Builder accountLimit(Consumer<AccountLimit.Builder> accountLimit)
Limits that are related to concurrency and code storage.
This is a convenience method that creates an instance of theAccountLimit.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.Builder
accountLimit(AccountLimit)
GetAccountSettingsResponse.Builder accountUsage(AccountUsage accountUsage)
The number of functions and amount of storage in use.
accountUsage
- The number of functions and amount of storage in use.default GetAccountSettingsResponse.Builder accountUsage(Consumer<AccountUsage.Builder> accountUsage)
The number of functions and amount of storage in use.
This is a convenience method that creates an instance of theAccountUsage.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.Builder
accountUsage(AccountUsage)
Copyright © 2022. All rights reserved.