public static class ExportObjectMetadataSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportObjectMetadataSummary.Builder |
aggregatorKey(String aggregatorKey)
Aggregator key
|
ExportObjectMetadataSummary |
build() |
ExportObjectMetadataSummary.Builder |
copy(ExportObjectMetadataSummary model) |
ExportObjectMetadataSummary.Builder |
identifier(String identifier)
Object identifier
|
ExportObjectMetadataSummary.Builder |
key(String key)
Key of the object
|
ExportObjectMetadataSummary.Builder |
name(String name)
Name of the object
|
ExportObjectMetadataSummary.Builder |
namePath(String namePath)
Object name path
|
ExportObjectMetadataSummary.Builder |
objectType(String objectType)
Object type
|
ExportObjectMetadataSummary.Builder |
objectVersion(String objectVersion)
Object version
|
ExportObjectMetadataSummary.Builder |
timeUpdatedInMillis(Long timeUpdatedInMillis)
time at which this object was last updated.
|
public ExportObjectMetadataSummary.Builder key(String key)
Key of the object
key
- the value to setpublic ExportObjectMetadataSummary.Builder name(String name)
Name of the object
name
- the value to setpublic ExportObjectMetadataSummary.Builder identifier(String identifier)
Object identifier
identifier
- the value to setpublic ExportObjectMetadataSummary.Builder objectType(String objectType)
Object type
objectType
- the value to setpublic ExportObjectMetadataSummary.Builder objectVersion(String objectVersion)
Object version
objectVersion
- the value to setpublic ExportObjectMetadataSummary.Builder aggregatorKey(String aggregatorKey)
Aggregator key
aggregatorKey
- the value to setpublic ExportObjectMetadataSummary.Builder namePath(String namePath)
Object name path
namePath
- the value to setpublic ExportObjectMetadataSummary.Builder timeUpdatedInMillis(Long timeUpdatedInMillis)
time at which this object was last updated.
timeUpdatedInMillis
- the value to setpublic ExportObjectMetadataSummary build()
public ExportObjectMetadataSummary.Builder copy(ExportObjectMetadataSummary model)
Copyright © 2016–2024. All rights reserved.