Class CreateSourceApplicationInfo.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.CreateSourceApplicationInfo.Builder
-
- Enclosing class:
- CreateSourceApplicationInfo
public static class CreateSourceApplicationInfo.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSourceApplicationInfo.Builder
applicationKey(String applicationKey)
The source application key to use when creating the application.CreateSourceApplicationInfo
build()
CreateSourceApplicationInfo.Builder
copy(CreateSourceApplicationInfo model)
CreateSourceApplicationInfo.Builder
copyType(CreateSourceApplicationInfo.CopyType copyType)
Parameter to specify the link between SOURCE and TARGET application after copying.CreateSourceApplicationInfo.Builder
workspaceId(String workspaceId)
The OCID of the workspace containing the application.
-
-
-
Method Detail
-
workspaceId
public CreateSourceApplicationInfo.Builder workspaceId(String workspaceId)
The OCID of the workspace containing the application.This allows cross workspace deployment to publish an application from a different workspace into the current workspace specified in this operation.
- Parameters:
workspaceId
- the value to set- Returns:
- this builder
-
applicationKey
public CreateSourceApplicationInfo.Builder applicationKey(String applicationKey)
The source application key to use when creating the application.- Parameters:
applicationKey
- the value to set- Returns:
- this builder
-
copyType
public CreateSourceApplicationInfo.Builder copyType(CreateSourceApplicationInfo.CopyType copyType)
Parameter to specify the link between SOURCE and TARGET application after copying.CONNECTED - Indicate that TARGET application is conneced to SOURCE and can be synced after copy. DISCONNECTED - Indicate that TARGET application is not conneced to SOURCE and can evolve independently.
- Parameters:
copyType
- the value to set- Returns:
- this builder
-
build
public CreateSourceApplicationInfo build()
-
copy
public CreateSourceApplicationInfo.Builder copy(CreateSourceApplicationInfo model)
-
-