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. If time-based, this amount is in Redshift Processing Units (RPU) consumed per hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in cross-account sharing. The value must be a positive number.
amount - The new limit amount. If time-based, this amount is in Redshift Processing Units (RPU) consumed per
hour. If data-based, this amount is in terabytes (TB) of data transferred between Regions in
cross-account sharing. The value must be a positive number.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 © 2023. All rights reserved.