@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
reservedConcurrentExecutions()
The number of concurrent executions reserved for this function.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Concurrency.Builder> |
serializableBuilderClass() |
Concurrency.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Integer reservedConcurrentExecutions()
The number of concurrent executions reserved for this function. For more information, see Managing Concurrency.
public Concurrency.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<Concurrency.Builder,Concurrency>
public static Concurrency.Builder builder()
public static Class<? extends Concurrency.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.