Class UsageLimit
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<UsageLimit.Builder,- UsageLimit> 
The usage limit object.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionfinal Longamount()The limit amount.final UsageLimitBreachActionThe action that Amazon Redshift Serverless takes when the limit is reached.final StringThe action that Amazon Redshift Serverless takes when the limit is reached.static UsageLimit.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final UsageLimitPeriodperiod()The time period that the amount applies to.final StringThe time period that the amount applies to.final StringThe Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.static Class<? extends UsageLimit.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final StringThe Amazon Resource Name (ARN) of the resource associated with the usage limit.final StringThe identifier of the usage limit.final UsageLimitUsageTypeThe Amazon Redshift Serverless feature to limit.final StringThe Amazon Redshift Serverless feature to limit.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
amountThe limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number. - Returns:
- The limit amount. If time-based, this amount is in RPUs consumed per hour. If data-based, this amount is in terabytes (TB). The value must be a positive number.
 
- 
breachActionThe action that Amazon Redshift Serverless takes when the limit is reached. If the service returns an enum value that is not available in the current SDK version, breachActionwill returnUsageLimitBreachAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombreachActionAsString().- Returns:
- The action that Amazon Redshift Serverless takes when the limit is reached.
- See Also:
 
- 
breachActionAsStringThe action that Amazon Redshift Serverless takes when the limit is reached. If the service returns an enum value that is not available in the current SDK version, breachActionwill returnUsageLimitBreachAction.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frombreachActionAsString().- Returns:
- The action that Amazon Redshift Serverless takes when the limit is reached.
- See Also:
 
- 
periodThe time period that the amount applies to. A weekly period begins on Sunday. The default is monthly. If the service returns an enum value that is not available in the current SDK version, periodwill returnUsageLimitPeriod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
- See Also:
 
- 
periodAsStringThe time period that the amount applies to. A weekly period begins on Sunday. The default is monthly. If the service returns an enum value that is not available in the current SDK version, periodwill returnUsageLimitPeriod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromperiodAsString().- Returns:
- The time period that the amount applies to. A weekly period begins on Sunday. The default is monthly.
- See Also:
 
- 
resourceArnThe Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource. - Returns:
- The Amazon Resource Name (ARN) that identifies the Amazon Redshift Serverless resource.
 
- 
usageLimitArnThe Amazon Resource Name (ARN) of the resource associated with the usage limit. - Returns:
- The Amazon Resource Name (ARN) of the resource associated with the usage limit.
 
- 
usageLimitIdThe identifier of the usage limit. - Returns:
- The identifier of the usage limit.
 
- 
usageTypeThe Amazon Redshift Serverless feature to limit. If the service returns an enum value that is not available in the current SDK version, usageTypewill returnUsageLimitUsageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromusageTypeAsString().- Returns:
- The Amazon Redshift Serverless feature to limit.
- See Also:
 
- 
usageTypeAsStringThe Amazon Redshift Serverless feature to limit. If the service returns an enum value that is not available in the current SDK version, usageTypewill returnUsageLimitUsageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromusageTypeAsString().- Returns:
- The Amazon Redshift Serverless feature to limit.
- See Also:
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<UsageLimit.Builder,- UsageLimit> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-