Class Ulimit

  • All Implemented Interfaces:
    Serializable, SdkPojo, ToCopyableBuilder<Ulimit.Builder,​Ulimit>

    @Generated("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.

    Amazon ECS tasks hosted on Fargate use the default resource limit values set by the operating system with the exception of the nofile resource limit parameter which Fargate overrides. The nofile resource limit sets a restriction on the number of open files that a container can use. The default nofile soft limit is 65535 and the default hard limit is 65535.

    You can specify the ulimit settings for a container in a task definition.

    See Also:
    Serialized Form
    • Method Detail

      • nameAsString

        public final String nameAsString()

        The type of the ulimit.

        If the service returns an enum value that is not available in the current SDK version, name will return UlimitName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from nameAsString().

        Returns:
        The type of the ulimit.
        See Also:
        UlimitName
      • softLimit

        public final Integer softLimit()

        The soft limit for the ulimit type.

        Returns:
        The soft limit for the ulimit type.
      • hardLimit

        public final Integer hardLimit()

        The hard limit for the ulimit type.

        Returns:
        The hard limit for the ulimit type.
      • serializableBuilderClass

        public static Class<? extends Ulimit.Builder> serializableBuilderClass()
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)