Package com.oracle.bmc.oda.model
Class CreateOdaInstanceAttachmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateOdaInstanceAttachmentDetails.Builder
 
- 
- Enclosing class:
- CreateOdaInstanceAttachmentDetails
 
 public static class CreateOdaInstanceAttachmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
attachToIdpublic CreateOdaInstanceAttachmentDetails.Builder attachToId(String attachToId) The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to which this ODA instance is being attached.- Parameters:
- attachToId- the value to set
- Returns:
- this builder
 
 - 
attachmentTypepublic CreateOdaInstanceAttachmentDetails.Builder attachmentType(CreateOdaInstanceAttachmentDetails.AttachmentType attachmentType) The type of target instance which this ODA instance is being attached.- Parameters:
- attachmentType- the value to set
- Returns:
- this builder
 
 - 
attachmentMetadatapublic CreateOdaInstanceAttachmentDetails.Builder attachmentMetadata(String attachmentMetadata) Attachment specific metadata.Defined by the target service. - Parameters:
- attachmentMetadata- the value to set
- Returns:
- this builder
 
 - 
restrictedOperationspublic CreateOdaInstanceAttachmentDetails.Builder restrictedOperations(List<String> restrictedOperations) List of operations that are restricted while this instance is attached.- Parameters:
- restrictedOperations- the value to set
- Returns:
- this builder
 
 - 
ownerpublic CreateOdaInstanceAttachmentDetails.Builder owner(OdaInstanceAttachmentOwner owner) 
 - 
freeformTagspublic CreateOdaInstanceAttachmentDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type, or scope.Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateOdaInstanceAttachmentDetails.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”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateOdaInstanceAttachmentDetails build() 
 - 
copypublic CreateOdaInstanceAttachmentDetails.Builder copy(CreateOdaInstanceAttachmentDetails model) 
 
- 
 
-