public static class DkimSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DkimSummary |
build() |
DkimSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that contains this DKIM.
|
DkimSummary.Builder |
copy(DkimSummary model) |
DkimSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DkimSummary.Builder |
description(String description)
The description of a DKIM.
|
DkimSummary.Builder |
emailDomainId(String emailDomainId)
The OCID
of the email domain that this DKIM belongs to.
|
DkimSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DkimSummary.Builder |
id(String id)
The OCID
of the DKIM.
|
DkimSummary.Builder |
lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.
|
DkimSummary.Builder |
name(String name)
The DKIM selector.
|
DkimSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
DkimSummary.Builder |
timeCreated(Date timeCreated)
The time the DKIM was created.
|
DkimSummary.Builder |
timeUpdated(Date timeUpdated)
The time of the last change to the DKIM configuration, due to a state change or an update
operation.
|
public DkimSummary.Builder name(String name)
The DKIM selector. This selector is required to be globally unique for this email domain.
name
- the value to setpublic DkimSummary.Builder id(String id)
The OCID of the DKIM.
id
- the value to setpublic DkimSummary.Builder emailDomainId(String emailDomainId)
The OCID of the email domain that this DKIM belongs to.
emailDomainId
- the value to setpublic DkimSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains this DKIM.
compartmentId
- the value to setpublic DkimSummary.Builder lifecycleState(Dkim.LifecycleState lifecycleState)
The current state of the DKIM.
lifecycleState
- the value to setpublic DkimSummary.Builder description(String description)
The description of a DKIM. Avoid entering confidential information.
description
- the value to setpublic DkimSummary.Builder timeCreated(Date timeCreated)
The time the DKIM 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 DkimSummary.Builder timeUpdated(Date timeUpdated)
The time of the last change to the DKIM 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 DkimSummary.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 DkimSummary.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 DkimSummary.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 DkimSummary build()
public DkimSummary.Builder copy(DkimSummary model)
Copyright © 2016–2024. All rights reserved.