public static class AvailableSoftwareSourceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AvailableSoftwareSourceSummary |
build() |
AvailableSoftwareSourceSummary.Builder |
compartmentId(String compartmentId)
OCID for the Compartment
|
AvailableSoftwareSourceSummary.Builder |
copy(AvailableSoftwareSourceSummary model) |
AvailableSoftwareSourceSummary.Builder |
displayName(String displayName)
User friendly name for the software source
|
AvailableSoftwareSourceSummary.Builder |
id(String id)
unique identifier that is immutable on creation
|
AvailableSoftwareSourceSummary.Builder |
parentId(String parentId)
OCID for the parent software source, if there is one
|
AvailableSoftwareSourceSummary.Builder |
parentName(String parentName)
Display name of the parent software source, if there is one
|
public AvailableSoftwareSourceSummary.Builder id(String id)
unique identifier that is immutable on creation
id
- the value to setpublic AvailableSoftwareSourceSummary.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId
- the value to setpublic AvailableSoftwareSourceSummary.Builder displayName(String displayName)
User friendly name for the software source
displayName
- the value to setpublic AvailableSoftwareSourceSummary.Builder parentId(String parentId)
OCID for the parent software source, if there is one
parentId
- the value to setpublic AvailableSoftwareSourceSummary.Builder parentName(String parentName)
Display name of the parent software source, if there is one
parentName
- the value to setpublic AvailableSoftwareSourceSummary build()
public AvailableSoftwareSourceSummary.Builder copy(AvailableSoftwareSourceSummary model)
Copyright © 2016–2024. All rights reserved.