Package com.oracle.bmc.oda.model
Class OdaPrivateEndpointAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.oda.model.OdaPrivateEndpointAttachment.Builder
-
- Enclosing class:
- OdaPrivateEndpointAttachment
public static class OdaPrivateEndpointAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OdaPrivateEndpointAttachment.Builder id(String id)
The OCID of the ODA Private Endpoint Attachment.- Parameters:
id
- the value to set- Returns:
- this builder
-
odaInstanceId
public OdaPrivateEndpointAttachment.Builder odaInstanceId(String odaInstanceId)
The OCID of the attached ODA Instance.- Parameters:
odaInstanceId
- the value to set- Returns:
- this builder
-
odaPrivateEndpointId
public OdaPrivateEndpointAttachment.Builder odaPrivateEndpointId(String odaPrivateEndpointId)
The OCID of the ODA Private Endpoint.- Parameters:
odaPrivateEndpointId
- the value to set- Returns:
- this builder
-
compartmentId
public OdaPrivateEndpointAttachment.Builder compartmentId(String compartmentId)
The OCID of the compartment that the ODA private endpoint attachment belongs to.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
lifecycleState
public OdaPrivateEndpointAttachment.Builder lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState)
The current state of the ODA Private Endpoint attachment.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public OdaPrivateEndpointAttachment.Builder timeCreated(Date timeCreated)
When the resource was created.A date-time string as described in RFC 3339, section 14.29.
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public OdaPrivateEndpointAttachment.Builder timeUpdated(Date timeUpdated)
When the resource was last updated.A date-time string as described in RFC 3339, section 14.29.
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
build
public OdaPrivateEndpointAttachment build()
-
copy
public OdaPrivateEndpointAttachment.Builder copy(OdaPrivateEndpointAttachment model)
-
-