Interface AwsEcsTaskDefinitionContainerDefinitionsUlimitsDetails.Builder

    • Method Detail

      • 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.