Class LimitResponsePatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.flowcontrol.v1alpha1.inputs.LimitResponsePatchArgs.Builder
-
- Enclosing class:
- LimitResponsePatchArgs
public static final class LimitResponsePatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(LimitResponsePatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LimitResponsePatchArgs
build()
LimitResponsePatchArgs.Builder
queuing(com.pulumi.core.Output<QueuingConfigurationPatchArgs> queuing)
LimitResponsePatchArgs.Builder
queuing(QueuingConfigurationPatchArgs queuing)
LimitResponsePatchArgs.Builder
type(com.pulumi.core.Output<java.lang.String> type)
LimitResponsePatchArgs.Builder
type(java.lang.String type)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(LimitResponsePatchArgs defaults)
-
-
Method Detail
-
queuing
public LimitResponsePatchArgs.Builder queuing(@Nullable com.pulumi.core.Output<QueuingConfigurationPatchArgs> queuing)
- Parameters:
queuing
- `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.- Returns:
- builder
-
queuing
public LimitResponsePatchArgs.Builder queuing(QueuingConfigurationPatchArgs queuing)
- Parameters:
queuing
- `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.- Returns:
- builder
-
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
-
build
public LimitResponsePatchArgs build()
-
-