public static interface UpdateUsageLimitRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateUsageLimitRequest.Builder,UpdateUsageLimitRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateUsageLimitRequest.Builder |
amount(Long amount)
The new limit amount.
|
UpdateUsageLimitRequest.Builder |
breachAction(String breachAction)
The new action that Amazon Redshift Serverless takes when the limit is reached.
|
UpdateUsageLimitRequest.Builder |
breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift Serverless takes when the limit is reached.
|
UpdateUsageLimitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateUsageLimitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateUsageLimitRequest.Builder |
usageLimitId(String usageLimitId)
The identifier of the usage limit to update.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateUsageLimitRequest.Builder amount(Long amount)
The new limit amount. For more information about this parameter.
amount - The new limit amount. For more information about this parameter.UpdateUsageLimitRequest.Builder breachAction(String breachAction)
The new action that Amazon Redshift Serverless takes when the limit is reached.
breachAction - The new action that Amazon Redshift Serverless takes when the limit is reached.UsageLimitBreachAction,
UsageLimitBreachActionUpdateUsageLimitRequest.Builder breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift Serverless takes when the limit is reached.
breachAction - The new action that Amazon Redshift Serverless takes when the limit is reached.UsageLimitBreachAction,
UsageLimitBreachActionUpdateUsageLimitRequest.Builder usageLimitId(String usageLimitId)
The identifier of the usage limit to update.
usageLimitId - The identifier of the usage limit to update.UpdateUsageLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateUsageLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.