Package | Description |
---|---|
com.oracle.bmc.tenantmanagercontrolplane.model |
Modifier and Type | Method and Description |
---|---|
static Domain.Builder |
Domain.builder()
Create a new builder.
|
Domain.Builder |
Domain.Builder.copy(Domain model) |
Domain.Builder |
Domain.Builder.definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Domain.Builder |
Domain.Builder.domainName(String domainName)
The domain name.
|
Domain.Builder |
Domain.Builder.freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
Domain.Builder |
Domain.Builder.id(String id)
The OCID of the domain.
|
Domain.Builder |
Domain.Builder.lifecycleState(Domain.LifecycleState lifecycleState)
Lifecycle state of the domain.
|
Domain.Builder |
Domain.Builder.ownerId(String ownerId)
The OCID of the tenancy that has started the registration process for this domain.
|
Domain.Builder |
Domain.Builder.status(Domain.Status status)
Status of the domain.
|
Domain.Builder |
Domain.Builder.systemTags(Map<String,Map<String,Object>> systemTags)
Usage of system tag keys.
|
Domain.Builder |
Domain.Builder.timeCreated(Date timeCreated)
Date-time when this domain was created.
|
Domain.Builder |
Domain.Builder.timeUpdated(Date timeUpdated)
Date-time when this domain was last updated.
|
Domain.Builder |
Domain.toBuilder() |
Domain.Builder |
Domain.Builder.txtRecord(String txtRecord)
The code that the owner of the domain will need to add as a TXT record to their domain.
|
Copyright © 2016–2024. All rights reserved.