Package com.oracle.bmc.identity.model
Class Domain.Builder
- java.lang.Object
- 
- com.oracle.bmc.identity.model.Domain.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Domainbuild()Domain.BuildercompartmentId(String compartmentId)The OCID of the compartment containing the identity domain.Domain.Buildercopy(Domain model)Domain.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.Domain.Builderdescription(String description)The identity domain description.Domain.BuilderdisplayName(String displayName)The mutable display name of the identity domain.Domain.BuilderfreeformTags(Map<String,String> freeformTags)Free-form tags for this resource.Domain.BuilderhomeRegion(String homeRegion)The home region for the identity domain.Domain.BuilderhomeRegionUrl(String homeRegionUrl)Region-specific identity domain URL.Domain.Builderid(String id)The OCID of the identity domain.Domain.BuilderisHiddenOnLogin(Boolean isHiddenOnLogin)Indicates whether the identity domain is hidden on the sign-in screen or not.Domain.BuilderlicenseType(String licenseType)The license type of the identity domain.Domain.BuilderlifecycleDetails(Domain.LifecycleDetails lifecycleDetails)Any additional details about the current state of the identity domain.Domain.BuilderlifecycleState(Domain.LifecycleState lifecycleState)The current state.Domain.BuilderreplicaRegions(List<ReplicatedRegionDetails> replicaRegions)The regions where replicas of the identity domain exist.Domain.BuildertimeCreated(Date timeCreated)Date and time the identity domain was created, in the format defined by RFC3339.Domain.Buildertype(Domain.Type type)The type of the domain.Domain.Builderurl(String url)Region-agnostic identity domain URL.
 
- 
- 
- 
Method Detail- 
idpublic Domain.Builder id(String id) The OCID of the identity domain.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic Domain.Builder compartmentId(String compartmentId) The OCID of the compartment containing the identity domain.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic Domain.Builder displayName(String displayName) The mutable display name of the identity domain.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Domain.Builder description(String description) The identity domain description.You can have an empty description. - Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
urlpublic Domain.Builder url(String url) Region-agnostic identity domain URL.- Parameters:
- url- the value to set
- Returns:
- this builder
 
 - 
homeRegionUrlpublic Domain.Builder homeRegionUrl(String homeRegionUrl) Region-specific identity domain URL.- Parameters:
- homeRegionUrl- the value to set
- Returns:
- this builder
 
 - 
homeRegionpublic Domain.Builder homeRegion(String homeRegion) The home region for the identity domain.See Regions and Availability Domains for the full list of supported region names. Example: us-phoenix-1 - Parameters:
- homeRegion- the value to set
- Returns:
- this builder
 
 - 
replicaRegionspublic Domain.Builder replicaRegions(List<ReplicatedRegionDetails> replicaRegions) The regions where replicas of the identity domain exist.- Parameters:
- replicaRegions- the value to set
- Returns:
- this builder
 
 - 
typepublic Domain.Builder type(Domain.Type type) The type of the domain.- Parameters:
- type- the value to set
- Returns:
- this builder
 
 - 
licenseTypepublic Domain.Builder licenseType(String licenseType) The license type of the identity domain.- Parameters:
- licenseType- the value to set
- Returns:
- this builder
 
 - 
isHiddenOnLoginpublic Domain.Builder isHiddenOnLogin(Boolean isHiddenOnLogin) Indicates whether the identity domain is hidden on the sign-in screen or not.- Parameters:
- isHiddenOnLogin- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Domain.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 - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Domain.Builder lifecycleState(Domain.LifecycleState lifecycleState) The current state.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic Domain.Builder lifecycleDetails(Domain.LifecycleDetails lifecycleDetails) Any additional details about the current state of the identity domain.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic Domain.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”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic Domain.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic Domain build() 
 - 
copypublic Domain.Builder copy(Domain model) 
 
- 
 
-