Class HTTPIngressRuleValuePatchArgs.Builder
- java.lang.Object
-
- com.pulumi.kubernetes.networking.v1beta1.inputs.HTTPIngressRuleValuePatchArgs.Builder
-
- Enclosing class:
- HTTPIngressRuleValuePatchArgs
public static final class HTTPIngressRuleValuePatchArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(HTTPIngressRuleValuePatchArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HTTPIngressRuleValuePatchArgs
build()
HTTPIngressRuleValuePatchArgs.Builder
paths(com.pulumi.core.Output<java.util.List<HTTPIngressPathPatchArgs>> paths)
HTTPIngressRuleValuePatchArgs.Builder
paths(HTTPIngressPathPatchArgs... paths)
HTTPIngressRuleValuePatchArgs.Builder
paths(java.util.List<HTTPIngressPathPatchArgs> paths)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(HTTPIngressRuleValuePatchArgs defaults)
-
-
Method Detail
-
paths
public HTTPIngressRuleValuePatchArgs.Builder paths(@Nullable com.pulumi.core.Output<java.util.List<HTTPIngressPathPatchArgs>> paths)
- Parameters:
paths
- A collection of paths that map requests to backends.- Returns:
- builder
-
paths
public HTTPIngressRuleValuePatchArgs.Builder paths(java.util.List<HTTPIngressPathPatchArgs> paths)
- Parameters:
paths
- A collection of paths that map requests to backends.- Returns:
- builder
-
paths
public HTTPIngressRuleValuePatchArgs.Builder paths(HTTPIngressPathPatchArgs... paths)
- Parameters:
paths
- A collection of paths that map requests to backends.- Returns:
- builder
-
build
public HTTPIngressRuleValuePatchArgs build()
-
-