Package com.oracle.bmc.core.model
Class InternetGateway.Builder
- java.lang.Object
-
- com.oracle.bmc.core.model.InternetGateway.Builder
-
- Enclosing class:
- InternetGateway
public static class InternetGateway.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InternetGatewaybuild()InternetGateway.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the internet gateway.InternetGateway.Buildercopy(InternetGateway model)InternetGateway.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.InternetGateway.BuilderdisplayName(String displayName)A user-friendly name.InternetGateway.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.InternetGateway.Builderid(String id)The internet gateway’s Oracle ID (OCID).InternetGateway.BuilderisEnabled(Boolean isEnabled)Whether the gateway is enabled.InternetGateway.BuilderlifecycleState(InternetGateway.LifecycleState lifecycleState)The internet gateway’s current state.InternetGateway.BuilderrouteTableId(String routeTableId)The OCID of the route table the Internet Gateway is using.InternetGateway.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.InternetGateway.BuildertimeCreated(Date timeCreated)The date and time the internet gateway was created, in the format defined by RFC3339.InternetGateway.BuildervcnId(String vcnId)The OCID of the VCN the Internet Gateway belongs to.
-
-
-
Method Detail
-
compartmentId
public InternetGateway.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the internet gateway.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
definedTags
public InternetGateway.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags- the value to set- Returns:
- this builder
-
displayName
public InternetGateway.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information.
- Parameters:
displayName- the value to set- Returns:
- this builder
-
freeformTags
public InternetGateway.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags- the value to set- Returns:
- this builder
-
id
public InternetGateway.Builder id(String id)
The internet gateway’s Oracle ID (OCID).- Parameters:
id- the value to set- Returns:
- this builder
-
isEnabled
public InternetGateway.Builder isEnabled(Boolean isEnabled)
Whether the gateway is enabled.When the gateway is disabled, traffic is not routed to/from the Internet, regardless of route rules.
- Parameters:
isEnabled- the value to set- Returns:
- this builder
-
lifecycleState
public InternetGateway.Builder lifecycleState(InternetGateway.LifecycleState lifecycleState)
The internet gateway’s current state.- Parameters:
lifecycleState- the value to set- Returns:
- this builder
-
systemTags
public InternetGateway.Builder systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.These predefined keys are scoped to namespaces. Example: { “orcl-cloud”: { “free-tier-retained”: “true” } }
- Parameters:
systemTags- the value to set- Returns:
- this builder
-
timeCreated
public InternetGateway.Builder timeCreated(Date timeCreated)
The date and time the internet gateway was created, in the format defined by RFC3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated- the value to set- Returns:
- this builder
-
vcnId
public InternetGateway.Builder vcnId(String vcnId)
The OCID of the VCN the Internet Gateway belongs to.- Parameters:
vcnId- the value to set- Returns:
- this builder
-
routeTableId
public InternetGateway.Builder routeTableId(String routeTableId)
The OCID of the route table the Internet Gateway is using.- Parameters:
routeTableId- the value to set- Returns:
- this builder
-
build
public InternetGateway build()
-
copy
public InternetGateway.Builder copy(InternetGateway model)
-
-