Package com.oracle.bmc.oda.model
Class OdaPrivateEndpointAttachmentSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.OdaPrivateEndpointAttachmentSummary.Builder
 
- 
- Enclosing class:
- OdaPrivateEndpointAttachmentSummary
 
 public static class OdaPrivateEndpointAttachmentSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic OdaPrivateEndpointAttachmentSummary.Builder id(String id) The OCID of the ODA Private Endpoint Attachment.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
odaInstanceIdpublic OdaPrivateEndpointAttachmentSummary.Builder odaInstanceId(String odaInstanceId) The OCID of the attached ODA Instance.- Parameters:
- odaInstanceId- the value to set
- Returns:
- this builder
 
 - 
odaPrivateEndpointIdpublic OdaPrivateEndpointAttachmentSummary.Builder odaPrivateEndpointId(String odaPrivateEndpointId) The OCID of the ODA Private Endpoint.- Parameters:
- odaPrivateEndpointId- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic OdaPrivateEndpointAttachmentSummary.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 OdaPrivateEndpointAttachmentSummary.Builder lifecycleState(OdaPrivateEndpointAttachment.LifecycleState lifecycleState) The current state of the ODA Private Endpoint attachment.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic OdaPrivateEndpointAttachmentSummary.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 OdaPrivateEndpointAttachmentSummary.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 OdaPrivateEndpointAttachmentSummary build() 
 - 
copypublic OdaPrivateEndpointAttachmentSummary.Builder copy(OdaPrivateEndpointAttachmentSummary model) 
 
- 
 
-