public static class EmailDomain.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EmailDomain.Builder |
activeDkimId(String activeDkimId)
The OCID
of the DKIM key that will be used to sign mail sent from this email domain.
|
EmailDomain |
build() |
EmailDomain.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains this email domain.
|
EmailDomain.Builder |
copy(EmailDomain model) |
EmailDomain.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
EmailDomain.Builder |
description(String description)
The description of an email domain.
|
EmailDomain.Builder |
domainVerificationId(String domainVerificationId)
Id for Domain in Domain Management (under governance) if DOMAINID verification method
used.
|
EmailDomain.Builder |
domainVerificationStatus(DomainVerificationStatusType domainVerificationStatus)
The current domain verification status.
|
EmailDomain.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
EmailDomain.Builder |
id(String id)
The OCID
of the email domain.
|
EmailDomain.Builder |
isSpf(Boolean isSpf)
Value of the SPF field.
|
EmailDomain.Builder |
lifecycleState(EmailDomain.LifecycleState lifecycleState)
The current state of the email domain.
|
EmailDomain.Builder |
name(String name)
The name of the email domain in the Internet Domain Name System (DNS).
|
EmailDomain.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
EmailDomain.Builder |
timeCreated(Date timeCreated)
The time the email domain was created, expressed in RFC
3339 timestamp format, “YYYY-MM-ddThh:mmZ”.
|
public EmailDomain.Builder name(String name)
The name of the email domain in the Internet Domain Name System (DNS).
Example: mydomain.example.com
name
- the value to setpublic EmailDomain.Builder id(String id)
The OCID of the email domain.
id
- the value to setpublic EmailDomain.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains this email domain.
compartmentId
- the value to setpublic EmailDomain.Builder lifecycleState(EmailDomain.LifecycleState lifecycleState)
The current state of the email domain.
lifecycleState
- the value to setpublic EmailDomain.Builder activeDkimId(String activeDkimId)
The OCID of the DKIM key that will be used to sign mail sent from this email domain.
activeDkimId
- the value to setpublic EmailDomain.Builder isSpf(Boolean isSpf)
Value of the SPF field. For more information about SPF, please see SPF Authentication.
isSpf
- the value to setpublic EmailDomain.Builder domainVerificationStatus(DomainVerificationStatusType domainVerificationStatus)
The current domain verification status.
domainVerificationStatus
- the value to setpublic EmailDomain.Builder domainVerificationId(String domainVerificationId)
Id for Domain in Domain Management (under governance) if DOMAINID verification method used.
domainVerificationId
- the value to setpublic EmailDomain.Builder description(String description)
The description of an email domain.
description
- the value to setpublic EmailDomain.Builder timeCreated(Date timeCreated)
The time the email domain was created, expressed in RFC 3339 timestamp format, “YYYY-MM-ddThh:mmZ”.
Example: 2021-02-12T22:47:12.613Z
timeCreated
- the value to setpublic EmailDomain.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic EmailDomain.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic EmailDomain.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"}}
systemTags
- the value to setpublic EmailDomain build()
public EmailDomain.Builder copy(EmailDomain model)
Copyright © 2016–2024. All rights reserved.