CopyableBuilder<Ulimit.Builder,Ulimit>
, SdkBuilder<Ulimit.Builder,Ulimit>
public static interface Ulimit.Builder extends CopyableBuilder<Ulimit.Builder,Ulimit>
Modifier and Type | Method | Description |
---|---|---|
Ulimit.Builder |
hardLimit(Integer hardLimit) |
The hard limit for the ulimit type.
|
Ulimit.Builder |
name(String name) |
The
type of the ulimit . |
Ulimit.Builder |
name(UlimitName name) |
The
type of the ulimit . |
Ulimit.Builder |
softLimit(Integer softLimit) |
The soft limit for the ulimit type.
|
copy
apply, build
Ulimit.Builder name(String name)
The type
of the ulimit
.
name
- The type
of the ulimit
.UlimitName
Ulimit.Builder name(UlimitName name)
The type
of the ulimit
.
name
- The type
of the ulimit
.UlimitName
Ulimit.Builder softLimit(Integer softLimit)
The soft limit for the ulimit type.
softLimit
- The soft limit for the ulimit type.Ulimit.Builder hardLimit(Integer hardLimit)
The hard limit for the ulimit type.
hardLimit
- The hard limit for the ulimit type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.