Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Sender |
build() |
Sender.Builder |
compartmentId(String compartmentId)
The OCID for the compartment.
|
Sender.Builder |
copy(Sender model) |
Sender.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Sender.Builder |
emailAddress(String emailAddress)
Email address of the sender.
|
Sender.Builder |
emailDomainId(String emailDomainId)
The email domain used to assert responsibility for emails sent from this sender.
|
Sender.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Sender.Builder |
id(String id)
The unique OCID of the sender.
|
Sender.Builder |
isSpf(Boolean isSpf)
Value of the SPF field.
|
Sender.Builder |
lifecycleState(Sender.LifecycleState lifecycleState)
The sender’s current lifecycle state.
|
Sender.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Sender.Builder |
timeCreated(Date timeCreated)
The date and time the approved sender was added in “YYYY-MM-ddThh:mmZ” format with a Z
offset, as defined by RFC 3339.
|
public Sender.Builder compartmentId(String compartmentId)
The OCID for the compartment.
compartmentId
- the value to setpublic Sender.Builder emailAddress(String emailAddress)
Email address of the sender.
emailAddress
- the value to setpublic Sender.Builder id(String id)
The unique OCID of the sender.
id
- the value to setpublic Sender.Builder isSpf(Boolean isSpf)
Value of the SPF field. For more information about SPF, please see SPF Authentication.
isSpf
- the value to setpublic Sender.Builder lifecycleState(Sender.LifecycleState lifecycleState)
The sender’s current lifecycle state.
lifecycleState
- the value to setpublic Sender.Builder timeCreated(Date timeCreated)
The date and time the approved sender was added in “YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC 3339.
timeCreated
- the value to setpublic Sender.Builder emailDomainId(String emailDomainId)
The email domain used to assert responsibility for emails sent from this sender.
emailDomainId
- the value to setpublic Sender.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 Sender.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 Sender.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 Sender build()
public Sender.Builder copy(Sender model)
Copyright © 2016–2024. All rights reserved.