CopyableBuilder<GetAccountResponse.Builder,GetAccountResponse>
, SdkBuilder<GetAccountResponse.Builder,GetAccountResponse>
public static interface GetAccountResponse.Builder extends CopyableBuilder<GetAccountResponse.Builder,GetAccountResponse>
Modifier and Type | Method | Description |
---|---|---|
GetAccountResponse.Builder |
apiKeyVersion(String apiKeyVersion) |
The version of the API keys used for the account.
|
GetAccountResponse.Builder |
cloudwatchRoleArn(String cloudwatchRoleArn) |
The ARN of an Amazon CloudWatch role for the current Account.
|
GetAccountResponse.Builder |
features(String... features) |
A list of features supported for the account.
|
GetAccountResponse.Builder |
features(Collection<String> features) |
A list of features supported for the account.
|
GetAccountResponse.Builder |
throttleSettings(ThrottleSettings throttleSettings) |
Specifies the API request limits configured for the current Account.
|
copy
apply, build
GetAccountResponse.Builder cloudwatchRoleArn(String cloudwatchRoleArn)
The ARN of an Amazon CloudWatch role for the current Account.
cloudwatchRoleArn
- The ARN of an Amazon CloudWatch role for the current Account.GetAccountResponse.Builder throttleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
throttleSettings
- Specifies the API request limits configured for the current Account.GetAccountResponse.Builder features(Collection<String> features)
A list of features supported for the account. When usage plans are enabled, the features list will include an
entry of "UsagePlans"
.
features
- A list of features supported for the account. When usage plans are enabled, the features list will
include an entry of "UsagePlans"
.GetAccountResponse.Builder features(String... features)
A list of features supported for the account. When usage plans are enabled, the features list will include an
entry of "UsagePlans"
.
NOTE: This method appends the values to the existing list (if any). Use
#setFeatures(java.util.Collection)
or #withFeatures(java.util.Collection)
if you want to
override the existing values.
features
- A list of features supported for the account. When usage plans are enabled, the features list will
include an entry of "UsagePlans"
.GetAccountResponse.Builder apiKeyVersion(String apiKeyVersion)
The version of the API keys used for the account.
apiKeyVersion
- The version of the API keys used for the account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.