public static class TransferJob.Builder extends Object
Constructor and Description |
---|
Builder() |
public TransferJob.Builder id(String id)
public TransferJob.Builder compartmentId(String compartmentId)
public TransferJob.Builder uploadBucketName(String uploadBucketName)
public TransferJob.Builder displayName(String displayName)
public TransferJob.Builder label(String label)
public TransferJob.Builder creationTime(Date creationTime)
public TransferJob.Builder deviceType(TransferJob.DeviceType deviceType)
public TransferJob.Builder lifecycleState(TransferJob.LifecycleState lifecycleState)
public TransferJob.Builder attachedTransferApplianceLabels(List<String> attachedTransferApplianceLabels)
Transfer Appliance labels associated with this transfer Job
attachedTransferApplianceLabels
- the value to setpublic TransferJob.Builder attachedTransferPackageLabels(List<String> attachedTransferPackageLabels)
Transfer Package labels associated with this transfer Job
attachedTransferPackageLabels
- the value to setpublic TransferJob.Builder attachedTransferDeviceLabels(List<String> attachedTransferDeviceLabels)
Transfer Device labels associated with this transfer Job
attachedTransferDeviceLabels
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic TransferJob build()
public TransferJob.Builder copy(TransferJob model)
Copyright © 2016–2024. All rights reserved.