public static class CopyObjectMetadataSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public CopyObjectMetadataSummary.Builder oldKey(String oldKey)
Old key of the object from where the object was copied. For example a dataflow key within the project being copied.
oldKey
- the value to setpublic CopyObjectMetadataSummary.Builder newKey(String newKey)
New key of the object to identify the copied object. For example the new dataflow key.
newKey
- the value to setpublic CopyObjectMetadataSummary.Builder name(String name)
Name of the object.
name
- the value to setpublic CopyObjectMetadataSummary.Builder identifier(String identifier)
Object identifier.
identifier
- the value to setpublic CopyObjectMetadataSummary.Builder objectType(String objectType)
Object type.
objectType
- the value to setpublic CopyObjectMetadataSummary.Builder objectVersion(String objectVersion)
Object version.
objectVersion
- the value to setpublic CopyObjectMetadataSummary.Builder aggregatorKey(String aggregatorKey)
Aggregator key
aggregatorKey
- the value to setpublic CopyObjectMetadataSummary.Builder namePath(String namePath)
Object name path.
namePath
- the value to setpublic CopyObjectMetadataSummary.Builder timeUpdatedInMillis(Long timeUpdatedInMillis)
time at which this object was last updated.
timeUpdatedInMillis
- the value to setpublic CopyObjectMetadataSummary.Builder resolutionAction(CopyObjectMetadataSummary.ResolutionAction resolutionAction)
Object resolution action.
resolutionAction
- the value to setpublic CopyObjectMetadataSummary build()
public CopyObjectMetadataSummary.Builder copy(CopyObjectMetadataSummary model)
Copyright © 2016–2024. All rights reserved.