@Generated(value="software.amazon.awssdk:codegen") public final class Concurrency extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Concurrency.Builder,Concurrency>
Modifier and Type | Class and Description |
---|---|
static interface |
Concurrency.Builder |
Modifier and Type | Method and Description |
---|---|
static Concurrency.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
reservedConcurrentExecutions()
The number of concurrent executions that are reserved for this function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Concurrency.Builder> |
serializableBuilderClass() |
Concurrency.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer reservedConcurrentExecutions()
The number of concurrent executions that are reserved for this function. For more information, see Managing Lambda reserved concurrency.
public Concurrency.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Concurrency.Builder,Concurrency>
public static Concurrency.Builder builder()
public static Class<? extends Concurrency.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.