public static class EmailReturnPathSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EmailReturnPathSummary |
build() |
EmailReturnPathSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains this email return path.
|
EmailReturnPathSummary.Builder |
copy(EmailReturnPathSummary model) |
EmailReturnPathSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
EmailReturnPathSummary.Builder |
description(String description)
The description of the email return path.
|
EmailReturnPathSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
EmailReturnPathSummary.Builder |
id(String id)
The OCID
of the email return path.
|
EmailReturnPathSummary.Builder |
lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.
|
EmailReturnPathSummary.Builder |
name(String name)
The email return path domain in the Internet Domain Name System (DNS).
|
EmailReturnPathSummary.Builder |
parentResourceId(String parentResourceId)
The OCID
of the EmailDomain that this email return path belongs to.
|
EmailReturnPathSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
EmailReturnPathSummary.Builder |
timeCreated(Date timeCreated)
The time the email return path was created.
|
EmailReturnPathSummary.Builder |
timeUpdated(Date timeUpdated)
The time of the last change to the Email Return Path configuration, due to a state change
or an update operation.
|
public EmailReturnPathSummary.Builder name(String name)
The email return path domain in the Internet Domain Name System (DNS).
Example: iad1.rp.example.com
name
- the value to setpublic EmailReturnPathSummary.Builder id(String id)
The OCID of the email return path.
id
- the value to setpublic EmailReturnPathSummary.Builder parentResourceId(String parentResourceId)
The OCID of the EmailDomain that this email return path belongs to.
parentResourceId
- the value to setpublic EmailReturnPathSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains this email return path.
compartmentId
- the value to setpublic EmailReturnPathSummary.Builder lifecycleState(EmailReturnPath.LifecycleState lifecycleState)
The current state of the email return path.
lifecycleState
- the value to setpublic EmailReturnPathSummary.Builder description(String description)
The description of the email return path. Avoid entering confidential information.
description
- the value to setpublic EmailReturnPathSummary.Builder timeCreated(Date timeCreated)
The time the email return path was created. Times are expressed in RFC 3339 timestamp format, “YYYY-MM-ddThh:mmZ”.
Example: 2021-02-12T22:47:12.613Z
timeCreated
- the value to setpublic EmailReturnPathSummary.Builder timeUpdated(Date timeUpdated)
The time of the last change to the Email Return Path configuration, due to a state change or an update operation. Times are expressed in RFC 3339 timestamp format, “YYYY-MM-ddThh:mmZ”.
timeUpdated
- the value to setpublic EmailReturnPathSummary.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 EmailReturnPathSummary.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 EmailReturnPathSummary.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 EmailReturnPathSummary build()
public EmailReturnPathSummary.Builder copy(EmailReturnPathSummary model)
Copyright © 2016–2024. All rights reserved.