public static class BaseDomainDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BaseDomainDetails |
build() |
BaseDomainDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment corresponding to the APM domain.
|
BaseDomainDetails.Builder |
copy(BaseDomainDetails model) |
BaseDomainDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
BaseDomainDetails.Builder |
description(String description)
Description of the APM domain.
|
BaseDomainDetails.Builder |
displayName(String displayName)
Display name of the APM domain, which can be updated.
|
BaseDomainDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
BaseDomainDetails.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
BaseDomainDetails.Builder |
isFreeTier(Boolean isFreeTier)
Indicates if this is an Always Free resource.
|
BaseDomainDetails.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.
|
BaseDomainDetails.Builder |
timeCreated(Date timeCreated)
The time the APM domain was created, expressed in RFC 3339 timestamp format.
|
BaseDomainDetails.Builder |
timeUpdated(Date timeUpdated)
The time the APM domain was updated, expressed in RFC 3339 timestamp format.
|
public BaseDomainDetails.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic BaseDomainDetails.Builder displayName(String displayName)
Display name of the APM domain, which can be updated.
displayName
- the value to setpublic BaseDomainDetails.Builder description(String description)
Description of the APM domain.
description
- the value to setpublic BaseDomainDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment corresponding to the APM domain.
compartmentId
- the value to setpublic BaseDomainDetails.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.
lifecycleState
- the value to setpublic BaseDomainDetails.Builder isFreeTier(Boolean isFreeTier)
Indicates if this is an Always Free resource.
isFreeTier
- the value to setpublic BaseDomainDetails.Builder timeCreated(Date timeCreated)
The time the APM domain was created, expressed in RFC 3339 timestamp format.
timeCreated
- the value to setpublic BaseDomainDetails.Builder timeUpdated(Date timeUpdated)
The time the APM domain was updated, expressed in RFC 3339 timestamp format.
timeUpdated
- the value to setpublic BaseDomainDetails.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 BaseDomainDetails.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 BaseDomainDetails build()
public BaseDomainDetails.Builder copy(BaseDomainDetails model)
Copyright © 2016–2024. All rights reserved.