StructuredPojo, ToCopyableBuilder<Ulimit.Builder,Ulimit>@Generated("software.amazon.awssdk:codegen") public class Ulimit extends Object implements StructuredPojo, ToCopyableBuilder<Ulimit.Builder,Ulimit>
The ulimit settings to pass to the container.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Ulimit.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static Ulimit.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
Integer |
hardLimit() |
The hard limit for the ulimit type.
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
name() |
The
type of the ulimit. |
static Class<? extends Ulimit.Builder> |
serializableBuilderClass() |
|
Integer |
softLimit() |
The soft limit for the ulimit type.
|
Ulimit.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String name()
The type of the ulimit.
type of the ulimit.UlimitNamepublic Integer softLimit()
The soft limit for the ulimit type.
public Integer hardLimit()
The hard limit for the ulimit type.
public Ulimit.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Ulimit.Builder,Ulimit>public static Ulimit.Builder builder()
public static Class<? extends Ulimit.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.