Package com.oracle.bmc.filestorage.model
Class CreateReplicationDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.filestorage.model.CreateReplicationDetails.Builder
 
- 
- Enclosing class:
- CreateReplicationDetails
 
 public static class CreateReplicationDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
compartmentIdpublic CreateReplicationDetails.Builder compartmentId(String compartmentId) The OCID of the compartment that contains the replication.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
sourceIdpublic CreateReplicationDetails.Builder sourceId(String sourceId) The OCID of the source file system.- Parameters:
- sourceId- the value to set
- Returns:
- this builder
 
 - 
targetIdpublic CreateReplicationDetails.Builder targetId(String targetId) The OCID of the target file system.- Parameters:
- targetId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic CreateReplicationDetails.Builder displayName(String displayName) A user-friendly name.It does not have to be unique, and it is changeable. Avoid entering confidential information. An associated replication target will also created with the same displayName. Example: My replication - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
replicationIntervalpublic CreateReplicationDetails.Builder replicationInterval(Long replicationInterval) Duration in minutes between replication snapshots.- Parameters:
- replicationInterval- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic CreateReplicationDetails.Builder freeformTags(Map<String,String> freeformTags) Free-form tags for this resource.Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {“Department”: “Finance”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic CreateReplicationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {“Operations”: {“CostCenter”: “42”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
lockspublic CreateReplicationDetails.Builder locks(List<ResourceLock> locks) Locks associated with this resource.- Parameters:
- locks- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateReplicationDetails build() 
 - 
copypublic CreateReplicationDetails.Builder copy(CreateReplicationDetails model) 
 
- 
 
-