Interface ModifyUsageLimitRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ModifyUsageLimitRequest.Builder,
,ModifyUsageLimitRequest> RedshiftRequest.Builder
,SdkBuilder<ModifyUsageLimitRequest.Builder,
,ModifyUsageLimitRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ModifyUsageLimitRequest
public static interface ModifyUsageLimitRequest.Builder
extends RedshiftRequest.Builder, SdkPojo, CopyableBuilder<ModifyUsageLimitRequest.Builder,ModifyUsageLimitRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe new limit amount.breachAction
(String breachAction) The new action that Amazon Redshift takes when the limit is reached.breachAction
(UsageLimitBreachAction breachAction) The new action that Amazon Redshift takes when the limit is reached.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.usageLimitId
(String usageLimitId) The identifier of the usage limit to modify.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.redshift.model.RedshiftRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
usageLimitId
The identifier of the usage limit to modify.
- Parameters:
usageLimitId
- The identifier of the usage limit to modify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amount
The new limit amount. For more information about this parameter, see UsageLimit.
- Parameters:
amount
- The new limit amount. For more information about this parameter, see UsageLimit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
breachAction
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
- Parameters:
breachAction
- The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
breachAction
The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.
- Parameters:
breachAction
- The new action that Amazon Redshift takes when the limit is reached. For more information about this parameter, see UsageLimit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ModifyUsageLimitRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ModifyUsageLimitRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-