public static interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder |
hardLimit(Integer hardLimit)
The hard limit for the ulimit type.
|
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder |
name(String name)
The type of the ulimit.
|
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder |
softLimit(Integer softLimit)
The soft limit for the ulimit type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder hardLimit(Integer hardLimit)
The hard limit for the ulimit type.
hardLimit - The hard limit for the ulimit type.AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder name(String name)
The type of the ulimit. Valid values are as follows:
core
cpu
data
fsize
locks
memlock
msgqueue
nice
nofile
nproc
rss
rtprio
rttime
sigpending
stack
name - The type of the ulimit. Valid values are as follows:
core
cpu
data
fsize
locks
memlock
msgqueue
nice
nofile
nproc
rss
rtprio
rttime
sigpending
stack
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder softLimit(Integer softLimit)
The soft limit for the ulimit type.
softLimit - The soft limit for the ulimit type.Copyright © 2023. All rights reserved.