Package com.oracle.bmc.dts.model
Class TransferJob.Builder
- java.lang.Object
-
- com.oracle.bmc.dts.model.TransferJob.Builder
-
- Enclosing class:
- TransferJob
public static class TransferJob.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public TransferJob.Builder id(String id)
-
compartmentId
public TransferJob.Builder compartmentId(String compartmentId)
-
uploadBucketName
public TransferJob.Builder uploadBucketName(String uploadBucketName)
-
displayName
public TransferJob.Builder displayName(String displayName)
-
label
public TransferJob.Builder label(String label)
-
creationTime
public TransferJob.Builder creationTime(Date creationTime)
-
deviceType
public TransferJob.Builder deviceType(TransferJob.DeviceType deviceType)
-
lifecycleState
public TransferJob.Builder lifecycleState(TransferJob.LifecycleState lifecycleState)
-
attachedTransferApplianceLabels
public TransferJob.Builder attachedTransferApplianceLabels(List<String> attachedTransferApplianceLabels)
Transfer Appliance labels associated with this transfer Job- Parameters:
attachedTransferApplianceLabels
- the value to set- Returns:
- this builder
-
attachedTransferPackageLabels
public TransferJob.Builder attachedTransferPackageLabels(List<String> attachedTransferPackageLabels)
Transfer Package labels associated with this transfer Job- Parameters:
attachedTransferPackageLabels
- the value to set- Returns:
- this builder
-
attachedTransferDeviceLabels
public TransferJob.Builder attachedTransferDeviceLabels(List<String> attachedTransferDeviceLabels)
Transfer Device labels associated with this transfer Job- Parameters:
attachedTransferDeviceLabels
- the value to set- Returns:
- this builder
-
freeformTags
public TransferJob.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
-
definedTags
public TransferJob.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
-
build
public TransferJob build()
-
copy
public TransferJob.Builder copy(TransferJob model)
-
-