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