public static class SourceApplication.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SourceApplication |
build() |
SourceApplication.Builder |
copy(SourceApplication model) |
SourceApplication.Builder |
name(String name)
The name of the application.
|
SourceApplication.Builder |
sourceId(String sourceId)
The OCID
of the source to which the application belongs.
|
SourceApplication.Builder |
state(String state)
The current state of the application.
|
SourceApplication.Builder |
type(MigrationTypes type)
The type of application.
|
SourceApplication.Builder |
version(String version)
The version of the application.
|
public SourceApplication.Builder name(String name)
The name of the application.
name
- the value to setpublic SourceApplication.Builder type(MigrationTypes type)
The type of application.
type
- the value to setpublic SourceApplication.Builder sourceId(String sourceId)
The OCID of the source to which the application belongs.
sourceId
- the value to setpublic SourceApplication.Builder version(String version)
The version of the application.
version
- the value to setpublic SourceApplication.Builder state(String state)
The current state of the application.
state
- the value to setpublic SourceApplication build()
public SourceApplication.Builder copy(SourceApplication model)
Copyright © 2016–2023. All rights reserved.