public static class OperationFromApi.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OperationFromApi |
build() |
OperationFromApi.Builder |
copy(OperationFromApi model) |
OperationFromApi.Builder |
externalKey(String externalKey)
The external key for the object.
|
OperationFromApi.Builder |
key(String key)
The operation key, used to identiying this metadata object within the dataflow.
|
OperationFromApi.Builder |
metadata(ObjectMetadata metadata) |
OperationFromApi.Builder |
modelVersion(String modelVersion)
The model version of the object.
|
OperationFromApi.Builder |
name(String name)
The operation name.
|
OperationFromApi.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow reference across objects,
other values reserved.
|
OperationFromApi.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
OperationFromApi.Builder |
operationAttributes(GenericRestApiAttributes operationAttributes) |
OperationFromApi.Builder |
parentRef(ParentReference parentRef) |
OperationFromApi.Builder |
resourceName(String resourceName)
The resource name.
|
OperationFromApi.Builder |
shape(Shape shape) |
public OperationFromApi.Builder metadata(ObjectMetadata metadata)
public OperationFromApi.Builder key(String key)
The operation key, used to identiying this metadata object within the dataflow.
key
- the value to setpublic OperationFromApi.Builder modelVersion(String modelVersion)
The model version of the object.
modelVersion
- the value to setpublic OperationFromApi.Builder parentRef(ParentReference parentRef)
public OperationFromApi.Builder shape(Shape shape)
public OperationFromApi.Builder name(String name)
The operation name. This value is unique.
name
- the value to setpublic OperationFromApi.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic OperationFromApi.Builder externalKey(String externalKey)
The external key for the object.
externalKey
- the value to setpublic OperationFromApi.Builder resourceName(String resourceName)
The resource name.
resourceName
- the value to setpublic OperationFromApi.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow reference across objects, other values reserved.
objectStatus
- the value to setpublic OperationFromApi.Builder operationAttributes(GenericRestApiAttributes operationAttributes)
public OperationFromApi build()
public OperationFromApi.Builder copy(OperationFromApi model)
Copyright © 2016–2024. All rights reserved.