public static class OnPremConnector.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OnPremConnector.Builder |
availableVersion(String availableVersion)
Latest available version of the on-premises connector.
|
OnPremConnector |
build() |
OnPremConnector.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the on-premises connector.
|
OnPremConnector.Builder |
copy(OnPremConnector model) |
OnPremConnector.Builder |
createdVersion(String createdVersion)
Created version of the on-premises connector.
|
OnPremConnector.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OnPremConnector.Builder |
description(String description)
The description of the on-premises connector.
|
OnPremConnector.Builder |
displayName(String displayName)
The display name of the on-premises connector.
|
OnPremConnector.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
OnPremConnector.Builder |
id(String id)
The OCID of the on-premises connector.
|
OnPremConnector.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.
|
OnPremConnector.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
|
OnPremConnector.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
OnPremConnector.Builder |
timeCreated(Date timeCreated)
The date and time the on-premises connector was created, in the format defined by
RFC3339.
|
public OnPremConnector.Builder id(String id)
The OCID of the on-premises connector.
id
- the value to setpublic OnPremConnector.Builder displayName(String displayName)
The display name of the on-premises connector.
displayName
- the value to setpublic OnPremConnector.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the on-premises connector.
compartmentId
- the value to setpublic OnPremConnector.Builder description(String description)
The description of the on-premises connector.
description
- the value to setpublic OnPremConnector.Builder timeCreated(Date timeCreated)
The date and time the on-premises connector was created, in the format defined by RFC3339.
timeCreated
- the value to setpublic OnPremConnector.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
lifecycleState
- the value to setpublic OnPremConnector.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.
lifecycleDetails
- the value to setpublic OnPremConnector.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 OnPremConnector.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 OnPremConnector.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more
information, see Resource Tags. Example: {"orcl-cloud": {"free-tier-retained":
"true"}}
systemTags
- the value to setpublic OnPremConnector.Builder availableVersion(String availableVersion)
Latest available version of the on-premises connector.
availableVersion
- the value to setpublic OnPremConnector.Builder createdVersion(String createdVersion)
Created version of the on-premises connector.
createdVersion
- the value to setpublic OnPremConnector build()
public OnPremConnector.Builder copy(OnPremConnector model)
Copyright © 2016–2024. All rights reserved.