Interface UpdateAccountResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAccountResponse.Builder,UpdateAccountResponse>,SdkBuilder<UpdateAccountResponse.Builder,UpdateAccountResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAccountResponse
public static interface UpdateAccountResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<UpdateAccountResponse.Builder,UpdateAccountResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateAccountResponse.BuilderapiKeyVersion(String apiKeyVersion)The version of the API keys used for the account.UpdateAccountResponse.BuildercloudwatchRoleArn(String cloudwatchRoleArn)The ARN of an Amazon CloudWatch role for the current Account.UpdateAccountResponse.Builderfeatures(String... features)A list of features supported for the account.UpdateAccountResponse.Builderfeatures(Collection<String> features)A list of features supported for the account.default UpdateAccountResponse.BuilderthrottleSettings(Consumer<ThrottleSettings.Builder> throttleSettings)Specifies the API request limits configured for the current Account.UpdateAccountResponse.BuilderthrottleSettings(ThrottleSettings throttleSettings)Specifies the API request limits configured for the current Account.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
cloudwatchRoleArn
UpdateAccountResponse.Builder cloudwatchRoleArn(String cloudwatchRoleArn)
The ARN of an Amazon CloudWatch role for the current Account.
- Parameters:
cloudwatchRoleArn- The ARN of an Amazon CloudWatch role for the current Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throttleSettings
UpdateAccountResponse.Builder throttleSettings(ThrottleSettings throttleSettings)
Specifies the API request limits configured for the current Account.
- Parameters:
throttleSettings- Specifies the API request limits configured for the current Account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
throttleSettings
default UpdateAccountResponse.Builder throttleSettings(Consumer<ThrottleSettings.Builder> throttleSettings)
Specifies the API request limits configured for the current Account.
This is a convenience method that creates an instance of theThrottleSettings.Builderavoiding the need to create one manually viaThrottleSettings.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tothrottleSettings(ThrottleSettings).- Parameters:
throttleSettings- a consumer that will call methods onThrottleSettings.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
throttleSettings(ThrottleSettings)
-
features
UpdateAccountResponse.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".- Parameters:
features- A list of features supported for the account. When usage plans are enabled, the features list will include an entry of"UsagePlans".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
features
UpdateAccountResponse.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".- Parameters:
features- A list of features supported for the account. When usage plans are enabled, the features list will include an entry of"UsagePlans".- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeyVersion
UpdateAccountResponse.Builder apiKeyVersion(String apiKeyVersion)
The version of the API keys used for the account.
- Parameters:
apiKeyVersion- The version of the API keys used for the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-