Package com.oracle.bmc.servicemesh.model
Class IngressGatewayHostRef.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.IngressGatewayHostRef.Builder
-
- Enclosing class:
- IngressGatewayHostRef
public static class IngressGatewayHostRef.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IngressGatewayHostRef
build()
IngressGatewayHostRef.Builder
copy(IngressGatewayHostRef model)
IngressGatewayHostRef.Builder
name(String name)
Name of the ingress gateway host that this route should apply to.IngressGatewayHostRef.Builder
port(Integer port)
The port of the ingress gateway host listener.
-
-
-
Method Detail
-
name
public IngressGatewayHostRef.Builder name(String name)
Name of the ingress gateway host that this route should apply to.- Parameters:
name
- the value to set- Returns:
- this builder
-
port
public IngressGatewayHostRef.Builder port(Integer port)
The port of the ingress gateway host listener.Leave empty to match all ports for the host.
- Parameters:
port
- the value to set- Returns:
- this builder
-
build
public IngressGatewayHostRef build()
-
copy
public IngressGatewayHostRef.Builder copy(IngressGatewayHostRef model)
-
-