Class ApmDomainSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.apmcontrolplane.model.ApmDomainSummary.Builder
-
- Enclosing class:
- ApmDomainSummary
public static class ApmDomainSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApmDomainSummary
build()
ApmDomainSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment corresponding to the APM domain.ApmDomainSummary.Builder
copy(ApmDomainSummary model)
ApmDomainSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.ApmDomainSummary.Builder
description(String description)
Description of the APM domain.ApmDomainSummary.Builder
displayName(String displayName)
Display name of the APM domain, which can be updated.ApmDomainSummary.Builder
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.ApmDomainSummary.Builder
id(String id)
Unique identifier that is immutable on creation.ApmDomainSummary.Builder
isFreeTier(Boolean isFreeTier)
Indicates if this is an Always Free resource.ApmDomainSummary.Builder
lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.ApmDomainSummary.Builder
timeCreated(Date timeCreated)
The time the APM domain was created, expressed in RFC 3339 timestamp format.ApmDomainSummary.Builder
timeUpdated(Date timeUpdated)
The time the APM domain was updated, expressed in RFC 3339 timestamp format.
-
-
-
Method Detail
-
id
public ApmDomainSummary.Builder id(String id)
Unique identifier that is immutable on creation.- Parameters:
id
- the value to set- Returns:
- this builder
-
displayName
public ApmDomainSummary.Builder displayName(String displayName)
Display name of the APM domain, which can be updated.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public ApmDomainSummary.Builder description(String description)
Description of the APM domain.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public ApmDomainSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment corresponding to the APM domain.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
lifecycleState
public ApmDomainSummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current lifecycle state of the APM domain.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
isFreeTier
public ApmDomainSummary.Builder isFreeTier(Boolean isFreeTier)
Indicates if this is an Always Free resource.- Parameters:
isFreeTier
- the value to set- Returns:
- this builder
-
timeCreated
public ApmDomainSummary.Builder timeCreated(Date timeCreated)
The time the APM domain was created, expressed in RFC 3339 timestamp format.- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public ApmDomainSummary.Builder timeUpdated(Date timeUpdated)
The time the APM domain was updated, expressed in RFC 3339 timestamp format.- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
freeformTags
public ApmDomainSummary.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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public ApmDomainSummary.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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public ApmDomainSummary build()
-
copy
public ApmDomainSummary.Builder copy(ApmDomainSummary model)
-
-