Package com.oracle.bmc.servicemesh.model
Class UpdateIngressGatewayRouteTableDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.UpdateIngressGatewayRouteTableDetails.Builder
-
- Enclosing class:
- UpdateIngressGatewayRouteTableDetails
public static class UpdateIngressGatewayRouteTableDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateIngressGatewayRouteTableDetails
build()
UpdateIngressGatewayRouteTableDetails.Builder
copy(UpdateIngressGatewayRouteTableDetails model)
UpdateIngressGatewayRouteTableDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateIngressGatewayRouteTableDetails.Builder
description(String description)
Description of the resource.UpdateIngressGatewayRouteTableDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateIngressGatewayRouteTableDetails.Builder
priority(Integer priority)
The priority of the route table.UpdateIngressGatewayRouteTableDetails.Builder
routeRules(List<IngressGatewayTrafficRouteRuleDetails> routeRules)
The route rules for the ingress gateway.
-
-
-
Method Detail
-
description
public UpdateIngressGatewayRouteTableDetails.Builder description(String description)
Description of the resource.It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
- Parameters:
description
- the value to set- Returns:
- this builder
-
priority
public UpdateIngressGatewayRouteTableDetails.Builder priority(Integer priority)
The priority of the route table.Lower value means higher priority. The routes are declared based on the priority.
- Parameters:
priority
- the value to set- Returns:
- this builder
-
routeRules
public UpdateIngressGatewayRouteTableDetails.Builder routeRules(List<IngressGatewayTrafficRouteRuleDetails> routeRules)
The route rules for the ingress gateway.- Parameters:
routeRules
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateIngressGatewayRouteTableDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateIngressGatewayRouteTableDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateIngressGatewayRouteTableDetails build()
-
copy
public UpdateIngressGatewayRouteTableDetails.Builder copy(UpdateIngressGatewayRouteTableDetails model)
-
-