Package com.oracle.bmc.fusionapps.model
Class CreateEmailSubdomainDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.fusionapps.model.CreateEmailSubdomainDetails.Builder
-
- Enclosing class:
- CreateEmailSubdomainDetails
public static class CreateEmailSubdomainDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateEmailSubdomainDetailsbuild()CreateEmailSubdomainDetails.BuildercertificateManagement(EmailSubdomain.CertificateManagement certificateManagement)certificate management type for email subdomainCreateEmailSubdomainDetails.Buildercopy(CreateEmailSubdomainDetails model)CreateEmailSubdomainDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.CreateEmailSubdomainDetails.BuilderdnsManagement(EmailSubdomain.DnsManagement dnsManagement)dns management type for email subdomainCreateEmailSubdomainDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.CreateEmailSubdomainDetails.Buildername(String name)email subdomain name
-
-
-
Method Detail
-
name
public CreateEmailSubdomainDetails.Builder name(String name)
email subdomain name- Parameters:
name- the value to set- Returns:
- this builder
-
dnsManagement
public CreateEmailSubdomainDetails.Builder dnsManagement(EmailSubdomain.DnsManagement dnsManagement)
dns management type for email subdomain- Parameters:
dnsManagement- the value to set- Returns:
- this builder
-
certificateManagement
public CreateEmailSubdomainDetails.Builder certificateManagement(EmailSubdomain.CertificateManagement certificateManagement)
certificate management type for email subdomain- Parameters:
certificateManagement- the value to set- Returns:
- this builder
-
freeformTags
public CreateEmailSubdomainDetails.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 CreateEmailSubdomainDetails.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 CreateEmailSubdomainDetails build()
-
copy
public CreateEmailSubdomainDetails.Builder copy(CreateEmailSubdomainDetails model)
-
-