public static class CreateMeshDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateMeshDetails |
build() |
CreateMeshDetails.Builder |
certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
The OCID of the certificate authority resource OCID to use for creating leaf
certificates.
|
CreateMeshDetails.Builder |
compartmentId(String compartmentId)
The OCID of the
compartment.
|
CreateMeshDetails.Builder |
copy(CreateMeshDetails model) |
CreateMeshDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateMeshDetails.Builder |
description(String description)
Description of the resource.
|
CreateMeshDetails.Builder |
displayName(String displayName)
A user-friendly name.
|
CreateMeshDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateMeshDetails.Builder |
mtls(MeshMutualTransportLayerSecurity mtls) |
public CreateMeshDetails.Builder displayName(String displayName)
A user-friendly name. The name does not have to be unique and can be changed after creation. Avoid entering confidential information.
Example: My new resource
displayName
- the value to setpublic CreateMeshDetails.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 CreateMeshDetails.Builder certificateAuthorities(List<CertificateAuthority> certificateAuthorities)
The OCID of the certificate authority resource OCID to use for creating leaf certificates.
certificateAuthorities
- the value to setpublic CreateMeshDetails.Builder mtls(MeshMutualTransportLayerSecurity mtls)
public CreateMeshDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic CreateMeshDetails.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 CreateMeshDetails.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 CreateMeshDetails build()
public CreateMeshDetails.Builder copy(CreateMeshDetails model)
Copyright © 2016–2024. All rights reserved.