Package com.oracle.bmc.servicemesh.model
Class UpdateVirtualDeploymentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.servicemesh.model.UpdateVirtualDeploymentDetails.Builder
-
- Enclosing class:
- UpdateVirtualDeploymentDetails
public static class UpdateVirtualDeploymentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateVirtualDeploymentDetails.Builder
accessLogging(AccessLoggingConfiguration accessLogging)
UpdateVirtualDeploymentDetails
build()
UpdateVirtualDeploymentDetails.Builder
copy(UpdateVirtualDeploymentDetails model)
UpdateVirtualDeploymentDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateVirtualDeploymentDetails.Builder
description(String description)
Description of the resource.UpdateVirtualDeploymentDetails.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.UpdateVirtualDeploymentDetails.Builder
listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment.UpdateVirtualDeploymentDetails.Builder
serviceDiscovery(ServiceDiscoveryConfiguration serviceDiscovery)
-
-
-
Method Detail
-
description
public UpdateVirtualDeploymentDetails.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
-
serviceDiscovery
public UpdateVirtualDeploymentDetails.Builder serviceDiscovery(ServiceDiscoveryConfiguration serviceDiscovery)
-
listeners
public UpdateVirtualDeploymentDetails.Builder listeners(List<VirtualDeploymentListener> listeners)
The listeners for the virtual deployment.- Parameters:
listeners
- the value to set- Returns:
- this builder
-
accessLogging
public UpdateVirtualDeploymentDetails.Builder accessLogging(AccessLoggingConfiguration accessLogging)
-
freeformTags
public UpdateVirtualDeploymentDetails.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 UpdateVirtualDeploymentDetails.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 UpdateVirtualDeploymentDetails build()
-
copy
public UpdateVirtualDeploymentDetails.Builder copy(UpdateVirtualDeploymentDetails model)
-
-