public static class CreateSourceApplicationInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
workspaceId
- the value to setpublic CreateSourceApplicationInfo.Builder applicationKey(String applicationKey)
The source application key to use when creating the application.
applicationKey
- the value to setpublic 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.
copyType
- the value to setpublic CreateSourceApplicationInfo build()
public CreateSourceApplicationInfo.Builder copy(CreateSourceApplicationInfo model)
Copyright © 2016–2024. All rights reserved.