Package com.oracle.bmc.opsi.model
Class AwrHub.Builder
- java.lang.Object
- 
- com.oracle.bmc.opsi.model.AwrHub.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AwrHub.BuilderawrMailboxUrl(String awrMailboxUrl)Mailbox URL required for AWR hub and AWR source setup.AwrHubbuild()AwrHub.BuildercompartmentId(String compartmentId)The OCID of the compartment.AwrHub.Buildercopy(AwrHub model)AwrHub.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.AwrHub.BuilderdisplayName(String displayName)User-friedly name of AWR Hub that does not have to be unique.AwrHub.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.AwrHub.BuilderhubDstTimezoneVersion(String hubDstTimezoneVersion)Dst Time Zone Version of the AWR HubAwrHub.Builderid(String id)AWR Hub OCIDAwrHub.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.AwrHub.BuilderlifecycleState(AwrHubLifecycleState lifecycleState)Possible lifecycle statesAwrHub.BuilderobjectStorageBucketName(String objectStorageBucketName)Object Storage Bucket NameAwrHub.BuilderoperationsInsightsWarehouseId(String operationsInsightsWarehouseId)OPSI Warehouse OCIDAwrHub.BuildersystemTags(Map<String,Map<String,Object>> systemTags)System tags for this resource.AwrHub.BuildertimeCreated(Date timeCreated)The time at which the resource was first created.AwrHub.BuildertimeUpdated(Date timeUpdated)The time at which the resource was last updated.
 
- 
- 
- 
Method Detail- 
operationsInsightsWarehouseIdpublic AwrHub.Builder operationsInsightsWarehouseId(String operationsInsightsWarehouseId) OPSI Warehouse OCID- Parameters:
- operationsInsightsWarehouseId- the value to set
- Returns:
- this builder
 
 - 
idpublic AwrHub.Builder id(String id) AWR Hub OCID- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AwrHub.Builder compartmentId(String compartmentId) The OCID of the compartment.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AwrHub.Builder displayName(String displayName) User-friedly name of AWR Hub that does not have to be unique.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
objectStorageBucketNamepublic AwrHub.Builder objectStorageBucketName(String objectStorageBucketName) Object Storage Bucket Name- Parameters:
- objectStorageBucketName- the value to set
- Returns:
- this builder
 
 - 
awrMailboxUrlpublic AwrHub.Builder awrMailboxUrl(String awrMailboxUrl) Mailbox URL required for AWR hub and AWR source setup.- Parameters:
- awrMailboxUrl- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic AwrHub.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
 
 - 
definedTagspublic AwrHub.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
 
 - 
systemTagspublic AwrHub.Builder systemTags(Map<String,Map<String,Object>> systemTags) System tags for this resource.Each key is predefined and scoped to a namespace. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AwrHub.Builder timeCreated(Date timeCreated) The time at which the resource was first created.An RFC3339 formatted datetime string - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic AwrHub.Builder timeUpdated(Date timeUpdated) The time at which the resource was last updated.An RFC3339 formatted datetime string - Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic AwrHub.Builder lifecycleState(AwrHubLifecycleState lifecycleState) Possible lifecycle states- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic AwrHub.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
hubDstTimezoneVersionpublic AwrHub.Builder hubDstTimezoneVersion(String hubDstTimezoneVersion) Dst Time Zone Version of the AWR Hub- Parameters:
- hubDstTimezoneVersion- the value to set
- Returns:
- this builder
 
 - 
buildpublic AwrHub build() 
 - 
copypublic AwrHub.Builder copy(AwrHub model) 
 
- 
 
-