public static class DomainSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DomainSummary |
build() |
DomainSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment containing the identity domain.
|
DomainSummary.Builder |
copy(DomainSummary model) |
DomainSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
DomainSummary.Builder |
description(String description)
The identity domain description.
|
DomainSummary.Builder |
displayName(String displayName)
The mutable display name of the identity domain.
|
DomainSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
DomainSummary.Builder |
homeRegion(String homeRegion)
The home region for the identity domain.
|
DomainSummary.Builder |
homeRegionUrl(String homeRegionUrl)
Region-specific identity domain URL.
|
DomainSummary.Builder |
id(String id)
The OCID of the identity domain.
|
DomainSummary.Builder |
isHiddenOnLogin(Boolean isHiddenOnLogin)
Indicates whether the identity domain is hidden on the sign-in screen or not.
|
DomainSummary.Builder |
licenseType(String licenseType)
The license type of the identity domain.
|
DomainSummary.Builder |
lifecycleDetails(DomainSummary.LifecycleDetails lifecycleDetails)
Any additional details about the current state of the identity domain.
|
DomainSummary.Builder |
lifecycleState(DomainSummary.LifecycleState lifecycleState)
The current state.
|
DomainSummary.Builder |
replicaRegions(List<ReplicatedRegionDetails> replicaRegions)
The regions where replicas of the identity domain exist.
|
DomainSummary.Builder |
timeCreated(Date timeCreated)
Date and time the identity domain was created, in the format defined by RFC3339.
|
DomainSummary.Builder |
type(DomainSummary.Type type)
The type of the identity domain.
|
DomainSummary.Builder |
url(String url)
Region-agnostic identity domain URL.
|
public DomainSummary.Builder id(String id)
The OCID of the identity domain.
id
- the value to setpublic DomainSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the identity domain.
compartmentId
- the value to setpublic DomainSummary.Builder displayName(String displayName)
The mutable display name of the identity domain.
displayName
- the value to setpublic DomainSummary.Builder description(String description)
The identity domain description. You can have an empty description.
description
- the value to setpublic DomainSummary.Builder url(String url)
Region-agnostic identity domain URL.
url
- the value to setpublic DomainSummary.Builder homeRegionUrl(String homeRegionUrl)
Region-specific identity domain URL.
homeRegionUrl
- the value to setpublic DomainSummary.Builder homeRegion(String homeRegion)
The home region for the identity domain.
homeRegion
- the value to setpublic DomainSummary.Builder replicaRegions(List<ReplicatedRegionDetails> replicaRegions)
The regions where replicas of the identity domain exist.
replicaRegions
- the value to setpublic DomainSummary.Builder type(DomainSummary.Type type)
The type of the identity domain.
type
- the value to setpublic DomainSummary.Builder licenseType(String licenseType)
The license type of the identity domain.
licenseType
- the value to setpublic DomainSummary.Builder isHiddenOnLogin(Boolean isHiddenOnLogin)
Indicates whether the identity domain is hidden on the sign-in screen or not.
isHiddenOnLogin
- the value to setpublic DomainSummary.Builder timeCreated(Date timeCreated)
Date and time the identity domain was created, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic DomainSummary.Builder lifecycleState(DomainSummary.LifecycleState lifecycleState)
The current state.
lifecycleState
- the value to setpublic DomainSummary.Builder lifecycleDetails(DomainSummary.LifecycleDetails lifecycleDetails)
Any additional details about the current state of the identity domain.
lifecycleDetails
- the value to setpublic DomainSummary.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 DomainSummary.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 DomainSummary build()
public DomainSummary.Builder copy(DomainSummary model)
Copyright © 2016–2024. All rights reserved.