public static class ExternalPublication.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalPublication.Builder |
applicationCompartmentId(String applicationCompartmentId)
The OCID of the compartment where the application is created in the Oracle Cloud
Infrastructure Data Flow Service.
|
ExternalPublication.Builder |
applicationId(String applicationId)
The unique OCID of the identifier that is returned after creating the Oracle Cloud
Infrastructure Data Flow application.
|
ExternalPublication |
build() |
ExternalPublication.Builder |
configurationDetails(ConfigurationDetails configurationDetails) |
ExternalPublication.Builder |
copy(ExternalPublication model) |
ExternalPublication.Builder |
description(String description)
Detailed description for the object.
|
ExternalPublication.Builder |
displayName(String displayName)
The name of the application.
|
ExternalPublication.Builder |
errorMessage(String errorMessage)
The error of the published object in the application.
|
ExternalPublication.Builder |
identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers.
|
ExternalPublication.Builder |
key(String key)
The object key.
|
ExternalPublication.Builder |
keyMap(Map<String,String> keyMap)
A key map.
|
ExternalPublication.Builder |
metadata(ObjectMetadata metadata) |
ExternalPublication.Builder |
modelType(String modelType)
The object type.
|
ExternalPublication.Builder |
modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through
releases of the service.
|
ExternalPublication.Builder |
name(String name)
Free form text without any restriction on permitted characters.
|
ExternalPublication.Builder |
objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects.
|
ExternalPublication.Builder |
objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
|
ExternalPublication.Builder |
parentRef(ParentReference parentRef) |
ExternalPublication.Builder |
resourceConfiguration(ResourceConfiguration resourceConfiguration) |
ExternalPublication.Builder |
status(ExternalPublication.Status status)
The status of the publishing action to Oracle Cloud Infrastructure Data Flow.
|
public ExternalPublication.Builder applicationId(String applicationId)
The unique OCID of the identifier that is returned after creating the Oracle Cloud Infrastructure Data Flow application.
applicationId
- the value to setpublic ExternalPublication.Builder applicationCompartmentId(String applicationCompartmentId)
The OCID of the compartment where the application is created in the Oracle Cloud Infrastructure Data Flow Service.
applicationCompartmentId
- the value to setpublic ExternalPublication.Builder displayName(String displayName)
The name of the application.
displayName
- the value to setpublic ExternalPublication.Builder resourceConfiguration(ResourceConfiguration resourceConfiguration)
public ExternalPublication.Builder configurationDetails(ConfigurationDetails configurationDetails)
public ExternalPublication.Builder status(ExternalPublication.Status status)
The status of the publishing action to Oracle Cloud Infrastructure Data Flow.
status
- the value to setpublic ExternalPublication.Builder errorMessage(String errorMessage)
The error of the published object in the application.
errorMessage
- the value to setpublic ExternalPublication.Builder key(String key)
The object key.
key
- the value to setpublic ExternalPublication.Builder modelType(String modelType)
The object type.
modelType
- the value to setpublic ExternalPublication.Builder modelVersion(String modelVersion)
This is a version number that is used by the service to upgrade objects if needed through releases of the service.
modelVersion
- the value to setpublic ExternalPublication.Builder name(String name)
Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
name
- the value to setpublic ExternalPublication.Builder description(String description)
Detailed description for the object.
description
- the value to setpublic ExternalPublication.Builder objectVersion(Integer objectVersion)
The version of the object that is used to track changes in the object instance.
objectVersion
- the value to setpublic ExternalPublication.Builder objectStatus(Integer objectStatus)
The status of an object that can be set to value 1 for shallow references across objects. Other values are reserved.
objectStatus
- the value to setpublic ExternalPublication.Builder identifier(String identifier)
Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
identifier
- the value to setpublic ExternalPublication.Builder parentRef(ParentReference parentRef)
public ExternalPublication.Builder metadata(ObjectMetadata metadata)
public ExternalPublication.Builder keyMap(Map<String,String> keyMap)
A key map. If provided, key is replaced with generated key. This structure provides mapping between user provided key and generated key.
keyMap
- the value to setpublic ExternalPublication build()
public ExternalPublication.Builder copy(ExternalPublication model)
Copyright © 2016–2024. All rights reserved.