public static class UpdateVirtualServiceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateVirtualServiceDetails |
build() |
UpdateVirtualServiceDetails.Builder |
copy(UpdateVirtualServiceDetails model) |
UpdateVirtualServiceDetails.Builder |
defaultRoutingPolicy(DefaultVirtualServiceRoutingPolicy defaultRoutingPolicy) |
UpdateVirtualServiceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateVirtualServiceDetails.Builder |
description(String description)
Description of the resource.
|
UpdateVirtualServiceDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateVirtualServiceDetails.Builder |
hosts(List<String> hosts)
The DNS hostnames of the virtual service that is used by its callers.
|
UpdateVirtualServiceDetails.Builder |
mtls(VirtualServiceMutualTransportLayerSecurityDetails mtls) |
public UpdateVirtualServiceDetails.Builder description(String description)
Description of the resource. It can be changed after creation. Avoid entering confidential information.
Example: This is my new resource
description
- the value to setpublic UpdateVirtualServiceDetails.Builder defaultRoutingPolicy(DefaultVirtualServiceRoutingPolicy defaultRoutingPolicy)
public UpdateVirtualServiceDetails.Builder hosts(List<String> hosts)
The DNS hostnames of the virtual service that is used by its callers. Wildcard hostnames are supported in the prefix form. Examples of valid hostnames are “www.example.com”, “*.example.com”, “*.com”. Can be omitted if the virtual service will only have TCP virtual deployments.
hosts
- the value to setpublic UpdateVirtualServiceDetails.Builder mtls(VirtualServiceMutualTransportLayerSecurityDetails mtls)
public UpdateVirtualServiceDetails.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"}
freeformTags
- the value to setpublic UpdateVirtualServiceDetails.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"}}
definedTags
- the value to setpublic UpdateVirtualServiceDetails build()
public UpdateVirtualServiceDetails.Builder copy(UpdateVirtualServiceDetails model)
Copyright © 2016–2024. All rights reserved.