Package com.oracle.bmc.servicemesh.model
Class VirtualDeploymentSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.VirtualDeploymentSummary.Builder
-
- Enclosing class:
- VirtualDeploymentSummary
public static class VirtualDeploymentSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualDeploymentSummary
build()
VirtualDeploymentSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment.VirtualDeploymentSummary.Builder
copy(VirtualDeploymentSummary model)
VirtualDeploymentSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.VirtualDeploymentSummary.Builder
description(String description)
Description of the resource.VirtualDeploymentSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.VirtualDeploymentSummary.Builder
id(String id)
Unique identifier that is immutable on creation.VirtualDeploymentSummary.Builder
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.VirtualDeploymentSummary.Builder
lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the virtual deployment.VirtualDeploymentSummary.Builder
name(String name)
A user-friendly name.VirtualDeploymentSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.VirtualDeploymentSummary.Builder
timeCreated(Date timeCreated)
The time when this resource was created in an RFC3339 formatted datetime string.VirtualDeploymentSummary.Builder
timeUpdated(Date timeUpdated)
The time when this resource was updated in an RFC3339 formatted datetime string.VirtualDeploymentSummary.Builder
virtualServiceId(String virtualServiceId)
The OCID of the virtual service in which this virtual deployment is created.
-
-
-
Method Detail
-
id
public VirtualDeploymentSummary.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
name
public VirtualDeploymentSummary.Builder name(String name)
A user-friendly name.The name must be unique within the same virtual service and cannot be changed after creation. Avoid entering confidential information.
Example: My unique resource name
- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public VirtualDeploymentSummary.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
-
compartmentId
public VirtualDeploymentSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
virtualServiceId
public VirtualDeploymentSummary.Builder virtualServiceId(String virtualServiceId)
The OCID of the virtual service in which this virtual deployment is created.- Parameters:
virtualServiceId
- the value to set- Returns:
- this builder
-
timeCreated
public VirtualDeploymentSummary.Builder timeCreated(Date timeCreated)
The time when this resource was created in an RFC3339 formatted datetime string.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public VirtualDeploymentSummary.Builder timeUpdated(Date timeUpdated)
The time when this resource was updated in an RFC3339 formatted datetime string.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
lifecycleState
public VirtualDeploymentSummary.Builder lifecycleState(VirtualDeployment.LifecycleState lifecycleState)
The current state of the virtual deployment.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
lifecycleDetails
public VirtualDeploymentSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in a Failed state.
- Parameters:
lifecycleDetails
- the value to set- Returns:
- this builder
-
freeformTags
public VirtualDeploymentSummary.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 VirtualDeploymentSummary.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
-
systemTags
public VirtualDeploymentSummary.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
-
build
public VirtualDeploymentSummary build()
-
copy
public VirtualDeploymentSummary.Builder copy(VirtualDeploymentSummary model)
-
-