public static class CreateDkimDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateDkimDetails |
build() |
CreateDkimDetails.Builder |
copy(CreateDkimDetails model) |
CreateDkimDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateDkimDetails.Builder |
description(String description)
A string that describes the details about the DKIM.
|
CreateDkimDetails.Builder |
emailDomainId(String emailDomainId)
The OCID
of the EmailDomain for this DKIM.
|
CreateDkimDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
CreateDkimDetails.Builder |
name(String name)
The DKIM selector.
|
public CreateDkimDetails.Builder name(String name)
The DKIM selector. This selector is required to be globally unique for this email domain. If you do not provide the selector, we will generate one for you. If you do provide the selector, we suggest adding a short region indicator to differentiate from your signing of emails in other regions you might be subscribed to. Selectors limited to ASCII characters can use alphanumeric, dash (“-"), and dot (".”) characters. Non-ASCII selector names should adopt IDNA2008 normalization (RFC 5891-5892).
Avoid entering confidential information.
Example: mydomain-phx-20210228
name
- the value to setpublic CreateDkimDetails.Builder emailDomainId(String emailDomainId)
The OCID of the EmailDomain for this DKIM.
emailDomainId
- the value to setpublic CreateDkimDetails.Builder description(String description)
A string that describes the details about the DKIM. It does not have to be unique, and you can change it. Avoid entering confidential information.
description
- the value to setpublic CreateDkimDetails.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 CreateDkimDetails.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 CreateDkimDetails build()
public CreateDkimDetails.Builder copy(CreateDkimDetails model)
Copyright © 2016–2024. All rights reserved.