Interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails>,SdkBuilder<AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails>,SdkPojo
- Enclosing class:
- AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails
public static interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder,AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.BuilderhardLimit(Integer hardLimit)The hard limit for the ulimit type.AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Buildername(String name)The type of the ulimit.AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.BuildersoftLimit(Integer softLimit)The soft limit for the ulimit type.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
hardLimit
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder hardLimit(Integer hardLimit)
The hard limit for the ulimit type.
- Parameters:
hardLimit- The hard limit for the ulimit type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
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
- Parameters:
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
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
softLimit
AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder softLimit(Integer softLimit)
The soft limit for the ulimit type.
- Parameters:
softLimit- The soft limit for the ulimit type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-