public static interface ModifyUsageLimitRequest.Builder extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyUsageLimitRequest.Builder,ModifyUsageLimitRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyUsageLimitRequest.Builder |
amount(Long amount)
The new limit amount.
|
ModifyUsageLimitRequest.Builder |
breachAction(String breachAction)
The new action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitRequest.Builder |
breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift takes when the limit is reached.
|
ModifyUsageLimitRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyUsageLimitRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyUsageLimitRequest.Builder |
usageLimitId(String usageLimitId)
The identifier of the usage limit to modify.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyUsageLimitRequest.Builder usageLimitId(String usageLimitId)
The identifier of the usage limit to modify.
usageLimitId - The identifier of the usage limit to modify.ModifyUsageLimitRequest.Builder amount(Long amount)
The new limit amount. For more information about this parameter, see UsageLimit.
amount - The new limit amount. For more information about this parameter, see UsageLimit.ModifyUsageLimitRequest.Builder breachAction(String breachAction)
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this
parameter, see UsageLimit.UsageLimitBreachAction,
UsageLimitBreachActionModifyUsageLimitRequest.Builder breachAction(UsageLimitBreachAction breachAction)
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
breachAction - The new action that Amazon Redshift takes when the limit is reached. For more information about this
parameter, see UsageLimit.UsageLimitBreachAction,
UsageLimitBreachActionModifyUsageLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyUsageLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.