public static class OdaPrivateEndpointSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OdaPrivateEndpointSummary |
build() |
OdaPrivateEndpointSummary.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment that the ODA private endpoint belongs to.
|
OdaPrivateEndpointSummary.Builder |
copy(OdaPrivateEndpointSummary model) |
OdaPrivateEndpointSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Usage of predefined tag keys.
|
OdaPrivateEndpointSummary.Builder |
description(String description)
Description of the ODA private endpoint.
|
OdaPrivateEndpointSummary.Builder |
displayName(String displayName)
User-defined name for the ODA private endpoint.
|
OdaPrivateEndpointSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
|
OdaPrivateEndpointSummary.Builder |
id(String id)
The OCID
that was assigned when the ODA private endpoint was created.
|
OdaPrivateEndpointSummary.Builder |
lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.
|
OdaPrivateEndpointSummary.Builder |
timeCreated(Date timeCreated)
When the resource was created.
|
OdaPrivateEndpointSummary.Builder |
timeUpdated(Date timeUpdated)
When the resource was last updated.
|
public OdaPrivateEndpointSummary.Builder id(String id)
The OCID that was assigned when the ODA private endpoint was created.
id
- the value to setpublic OdaPrivateEndpointSummary.Builder displayName(String displayName)
User-defined name for the ODA private endpoint. Avoid entering confidential information. You can change this value.
displayName
- the value to setpublic OdaPrivateEndpointSummary.Builder description(String description)
Description of the ODA private endpoint.
description
- the value to setpublic OdaPrivateEndpointSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment that the ODA private endpoint belongs to.
compartmentId
- the value to setpublic OdaPrivateEndpointSummary.Builder timeCreated(Date timeCreated)
When the resource was created. A date-time string as described in RFC 3339, section 14.29.
timeCreated
- the value to setpublic OdaPrivateEndpointSummary.Builder timeUpdated(Date timeUpdated)
When the resource was last updated. A date-time string as described in RFC 3339, section 14.29.
timeUpdated
- the value to setpublic OdaPrivateEndpointSummary.Builder lifecycleState(OdaPrivateEndpoint.LifecycleState lifecycleState)
The current state of the ODA private endpoint.
lifecycleState
- the value to setpublic OdaPrivateEndpointSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type, or scope.
Example: {"bar-key": "value"}
freeformTags
- the value to setpublic OdaPrivateEndpointSummary.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 OdaPrivateEndpointSummary build()
public OdaPrivateEndpointSummary.Builder copy(OdaPrivateEndpointSummary model)
Copyright © 2016–2024. All rights reserved.