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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OdaPrivateEndpointAttachment.Builder id(String id) The OCID of the ODA Private Endpoint Attachment.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
odaInstanceIdpublic OdaPrivateEndpointAttachment.Builder odaInstanceId(String odaInstanceId) The OCID of the attached ODA Instance.- Parameters:
- odaInstanceId- the value to set
- Returns:
- this builder
 
 - 
odaPrivateEndpointIdpublic OdaPrivateEndpointAttachment.Builder odaPrivateEndpointId(String odaPrivateEndpointId) The OCID of the ODA Private Endpoint.- Parameters:
- odaPrivateEndpointId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic 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
 
 - 
lifecycleStatepublic OdaPrivateEndpointAttachment.Builder lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState) The current state of the ODA Private Endpoint attachment.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic 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
 
 - 
timeUpdatedpublic 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
 
 - 
buildpublic OdaPrivateEndpointAttachment build() 
 - 
copypublic OdaPrivateEndpointAttachment.Builder copy(OdaPrivateEndpointAttachment model) 
 
- 
 
-