public static class OnPremConnectorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OnPremConnectorSummary |
build() |
OnPremConnectorSummary.Builder |
compartmentId(String compartmentId)
The OCID of the compartment that contains the on-premises connector.
|
OnPremConnectorSummary.Builder |
copy(OnPremConnectorSummary model) |
OnPremConnectorSummary.Builder |
createdVersion(String createdVersion)
Created version of the on-premises connector.
|
OnPremConnectorSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
OnPremConnectorSummary.Builder |
description(String description)
The description of the on-premises connector.
|
OnPremConnectorSummary.Builder |
displayName(String displayName)
The display name of the on-premises connector.
|
OnPremConnectorSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
OnPremConnectorSummary.Builder |
id(String id)
The OCID of the on-premises connector.
|
OnPremConnectorSummary.Builder |
lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.
|
OnPremConnectorSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
|
OnPremConnectorSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
OnPremConnectorSummary.Builder |
timeCreated(Date timeCreated)
The date and time the on-premises connector was created, in the format defined by
RFC3339.
|
public OnPremConnectorSummary.Builder id(String id)
The OCID of the on-premises connector.
id
- the value to setpublic OnPremConnectorSummary.Builder displayName(String displayName)
The display name of the on-premises connector.
displayName
- the value to setpublic OnPremConnectorSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that contains the on-premises connector.
compartmentId
- the value to setpublic OnPremConnectorSummary.Builder description(String description)
The description of the on-premises connector.
description
- the value to setpublic OnPremConnectorSummary.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 OnPremConnectorSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the on-premises connector.
lifecycleState
- the value to setpublic OnPremConnectorSummary.Builder lifecycleDetails(String lifecycleDetails)
Details about the current state of the on-premises connector.
lifecycleDetails
- the value to setpublic OnPremConnectorSummary.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 OnPremConnectorSummary.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 OnPremConnectorSummary.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 OnPremConnectorSummary.Builder createdVersion(String createdVersion)
Created version of the on-premises connector.
createdVersion
- the value to setpublic OnPremConnectorSummary build()
public OnPremConnectorSummary.Builder copy(OnPremConnectorSummary model)
Copyright © 2016–2024. All rights reserved.