public static class EndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EndpointSummary |
build() |
EndpointSummary.Builder |
compartmentId(String compartmentId)
Compartment Identifier
|
EndpointSummary.Builder |
copy(EndpointSummary model) |
EndpointSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
EndpointSummary.Builder |
description(String description)
Registry description
|
EndpointSummary.Builder |
displayName(String displayName)
Data Connectivity Management Endpoint display name; endpoints can be renamed.
|
EndpointSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
EndpointSummary.Builder |
id(String id)
A unique identifier that is immutable on creation.
|
EndpointSummary.Builder |
lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.
|
EndpointSummary.Builder |
stateMessage(String stateMessage)
A message describing the current state in more detail.
|
EndpointSummary.Builder |
timeCreated(Date timeCreated)
Time when the Data Connectivity Management registry was created.
|
EndpointSummary.Builder |
timeUpdated(Date timeUpdated)
Time when the Data Connectivity Management registry was updated.
|
public EndpointSummary.Builder id(String id)
A unique identifier that is immutable on creation.
id
- the value to setpublic EndpointSummary.Builder description(String description)
Registry description
description
- the value to setpublic EndpointSummary.Builder displayName(String displayName)
Data Connectivity Management Endpoint display name; endpoints can be renamed.
displayName
- the value to setpublic EndpointSummary.Builder compartmentId(String compartmentId)
Compartment Identifier
compartmentId
- the value to setpublic EndpointSummary.Builder timeCreated(Date timeCreated)
Time when the Data Connectivity Management registry was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic EndpointSummary.Builder timeUpdated(Date timeUpdated)
Time when the Data Connectivity Management registry was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic EndpointSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope. Exists
only for cross-compatibility. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic EndpointSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:
{"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic EndpointSummary.Builder lifecycleState(Endpoint.LifecycleState lifecycleState)
The current state of the endpoint.
lifecycleState
- the value to setpublic EndpointSummary.Builder stateMessage(String stateMessage)
A message describing the current state in more detail. For example, can be used to provide actionable information for a resource in Failed state.
stateMessage
- the value to setpublic EndpointSummary build()
public EndpointSummary.Builder copy(EndpointSummary model)
Copyright © 2016–2023. All rights reserved.