public static class ServiceConnectorSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ServiceConnectorSummary |
build() |
ServiceConnectorSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the connector.
|
ServiceConnectorSummary.Builder |
copy(ServiceConnectorSummary model) |
ServiceConnectorSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
ServiceConnectorSummary.Builder |
description(String description)
The description of the resource.
|
ServiceConnectorSummary.Builder |
displayName(String displayName)
A user-friendly name.
|
ServiceConnectorSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
ServiceConnectorSummary.Builder |
id(String id)
The OCID
of the connector.
|
ServiceConnectorSummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
ServiceConnectorSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
The current state of the connector.
|
ServiceConnectorSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
ServiceConnectorSummary.Builder |
timeCreated(Date timeCreated)
The date and time when the connector was created.
|
ServiceConnectorSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time when the connector was updated.
|
public ServiceConnectorSummary.Builder id(String id)
The OCID of the connector.
id
- the value to setpublic ServiceConnectorSummary.Builder displayName(String displayName)
A user-friendly name. It does not have to be unique, and it is changeable. Avoid entering confidential information.
displayName
- the value to setpublic ServiceConnectorSummary.Builder description(String description)
The description of the resource. Avoid entering confidential information.
description
- the value to setpublic ServiceConnectorSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the connector.
compartmentId
- the value to setpublic ServiceConnectorSummary.Builder timeCreated(Date timeCreated)
The date and time when the connector was created. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeCreated
- the value to setpublic ServiceConnectorSummary.Builder timeUpdated(Date timeUpdated)
The date and time when the connector was updated. Format is defined by
RFC3339. Example: 2020-01-25T21:10:29.600Z
timeUpdated
- the value to setpublic ServiceConnectorSummary.Builder lifecycleState(LifecycleState lifecycleState)
The current state of the connector.
lifecycleState
- the value to setpublic ServiceConnectorSummary.Builder lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail. For example, the message might
provide actionable information for a resource in a FAILED
state.
lifecycleDetails
- the value to setpublic ServiceConnectorSummary.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 ServiceConnectorSummary.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 ServiceConnectorSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any. The system tags are set by Oracle
Cloud Infrastructure services. Each key is predefined and scoped to namespaces. For more
information, see Resource
Tags.
Example: {orcl-cloud: {free-tier-retain: true}}
systemTags
- the value to setpublic ServiceConnectorSummary build()
public ServiceConnectorSummary.Builder copy(ServiceConnectorSummary model)
Copyright © 2016–2024. All rights reserved.