public static class DomainSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
build() |
DomainSummary.Builder |
copy(DomainSummary model) |
DomainSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DomainSummary.Builder |
domainName(String domainName)
The domain name.
|
DomainSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
DomainSummary.Builder |
id(String id)
OCID of the domain.
|
DomainSummary.Builder |
lifecycleState(Domain.LifecycleState lifecycleState)
The lifecycle state of the domain.
|
DomainSummary.Builder |
ownerId(String ownerId)
The OCID of the tenancy that has started the registration process for this domain.
|
DomainSummary.Builder |
status(Domain.Status status)
Status of the domain.
|
DomainSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
DomainSummary.Builder |
timeCreated(Date timeCreated)
Date-time when this domain was created.
|
DomainSummary.Builder |
timeUpdated(Date timeUpdated)
Date-time when this domain was last updated.
|
DomainSummary.Builder |
txtRecord(String txtRecord)
The code that the owner of the domain will need to add as a TXT record to their domain.
|
public DomainSummary.Builder id(String id)
OCID of the domain.
id
- the value to setpublic DomainSummary.Builder domainName(String domainName)
The domain name.
domainName
- the value to setpublic DomainSummary.Builder ownerId(String ownerId)
The OCID of the tenancy that has started the registration process for this domain.
ownerId
- the value to setpublic DomainSummary.Builder lifecycleState(Domain.LifecycleState lifecycleState)
The lifecycle state of the domain.
lifecycleState
- the value to setpublic DomainSummary.Builder status(Domain.Status status)
Status of the domain.
status
- the value to setpublic DomainSummary.Builder txtRecord(String txtRecord)
The code that the owner of the domain will need to add as a TXT record to their domain.
txtRecord
- the value to setpublic DomainSummary.Builder timeCreated(Date timeCreated)
Date-time when this domain was created. An RFC 3339-formatted date and time string.
timeCreated
- the value to setpublic DomainSummary.Builder timeUpdated(Date timeUpdated)
Date-time when this domain was last updated. An RFC 3339-formatted date and time string.
timeUpdated
- the value to setpublic DomainSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic DomainSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic DomainSummary.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 DomainSummary build()
public DomainSummary.Builder copy(DomainSummary model)
Copyright © 2016–2024. All rights reserved.