@Generated(value="software.amazon.awssdk:codegen") public final class CapacityLimits extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CapacityLimits.Builder,CapacityLimits>
The maximum capacity limits for all OpenSearch Serverless collections, in OpenSearch Compute Units (OCUs). These limits are used to scale your collections based on the current workload. For more information, see Managing capacity limits for Amazon OpenSearch Serverless.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CapacityLimits.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CapacityLimits.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxIndexingCapacityInOCU()
The maximum indexing capacity for collections.
|
Integer |
maxSearchCapacityInOCU()
The maximum search capacity for collections.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CapacityLimits.Builder> |
serializableBuilderClass() |
CapacityLimits.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer maxIndexingCapacityInOCU()
The maximum indexing capacity for collections.
public final Integer maxSearchCapacityInOCU()
The maximum search capacity for collections.
public CapacityLimits.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CapacityLimits.Builder,CapacityLimits>public static CapacityLimits.Builder builder()
public static Class<? extends CapacityLimits.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.