@Generated(value="software.amazon.awssdk:codegen") public final class Ulimit extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Ulimit.Builder,Ulimit>
The ulimit
settings to pass to the container.
Modifier and Type | Class and Description |
---|---|
static interface |
Ulimit.Builder |
Modifier and Type | Method and Description |
---|---|
static Ulimit.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
Integer |
hardLimit()
The hard limit for the
ulimit type. |
int |
hashCode() |
String |
name()
The
type of the ulimit . |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Ulimit.Builder> |
serializableBuilderClass() |
Integer |
softLimit()
The soft limit for the
ulimit type. |
Ulimit.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public Integer hardLimit()
The hard limit for the ulimit
type.
ulimit
type.public String name()
The type
of the ulimit
.
type
of the ulimit
.public Integer softLimit()
The soft limit for the ulimit
type.
ulimit
type.public Ulimit.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<Ulimit.Builder,Ulimit>
public static Ulimit.Builder builder()
public static Class<? extends Ulimit.Builder> serializableBuilderClass()
Copyright © 2019. All rights reserved.