Class LimitResponsePatchArgs.Builder

  • Enclosing class:
    LimitResponsePatchArgs

    public static final class LimitResponsePatchArgs.Builder
    extends java.lang.Object
    • Method Detail

      • type

        public LimitResponsePatchArgs.Builder type​(@Nullable
                                                   com.pulumi.core.Output<java.lang.String> type)
        Parameters:
        type - `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
        Returns:
        builder
      • type

        public LimitResponsePatchArgs.Builder type​(java.lang.String type)
        Parameters:
        type - `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
        Returns:
        builder