public static class SoftwareSourceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SoftwareSourceSummary |
build() |
SoftwareSourceSummary.Builder |
compartmentId(String compartmentId)
OCID for the Compartment
|
SoftwareSourceSummary.Builder |
copy(SoftwareSourceSummary model) |
SoftwareSourceSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
SoftwareSourceSummary.Builder |
description(String description)
Information specified by the user about the software source
|
SoftwareSourceSummary.Builder |
displayName(String displayName)
User friendly name for the software source
|
SoftwareSourceSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
SoftwareSourceSummary.Builder |
id(String id)
OCID for the Software Source
|
SoftwareSourceSummary.Builder |
lifecycleState(LifecycleStates lifecycleState)
The current state of the software source.
|
SoftwareSourceSummary.Builder |
packages(Integer packages)
Number of packages
|
SoftwareSourceSummary.Builder |
parentId(String parentId)
OCID for the parent software source, if there is one
|
SoftwareSourceSummary.Builder |
parentName(String parentName)
Display name the parent software source, if there is one
|
SoftwareSourceSummary.Builder |
repoType(String repoType)
Type of the Software Source
|
SoftwareSourceSummary.Builder |
status(SoftwareSourceSummary.Status status)
status of the software source.
|
public SoftwareSourceSummary.Builder id(String id)
OCID for the Software Source
id
- the value to setpublic SoftwareSourceSummary.Builder description(String description)
Information specified by the user about the software source
description
- the value to setpublic SoftwareSourceSummary.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId
- the value to setpublic SoftwareSourceSummary.Builder displayName(String displayName)
User friendly name for the software source
displayName
- the value to setpublic SoftwareSourceSummary.Builder repoType(String repoType)
Type of the Software Source
repoType
- the value to setpublic SoftwareSourceSummary.Builder status(SoftwareSourceSummary.Status status)
status of the software source.
status
- the value to setpublic SoftwareSourceSummary.Builder packages(Integer packages)
Number of packages
packages
- the value to setpublic SoftwareSourceSummary.Builder lifecycleState(LifecycleStates lifecycleState)
The current state of the software source.
lifecycleState
- the value to setpublic SoftwareSourceSummary.Builder parentId(String parentId)
OCID for the parent software source, if there is one
parentId
- the value to setpublic SoftwareSourceSummary.Builder parentName(String parentName)
Display name the parent software source, if there is one
parentName
- the value to setpublic SoftwareSourceSummary.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic SoftwareSourceSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic SoftwareSourceSummary build()
public SoftwareSourceSummary.Builder copy(SoftwareSourceSummary model)
Copyright © 2016–2024. All rights reserved.