public static class CreateSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateSoftwareSourceDetails.Builder |
archType(ArchTypes archType)
The architecture type supported by the Software Source
|
CreateSoftwareSourceDetails |
build() |
CreateSoftwareSourceDetails.Builder |
checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software source
|
CreateSoftwareSourceDetails.Builder |
compartmentId(String compartmentId)
OCID for the Compartment
|
CreateSoftwareSourceDetails.Builder |
copy(CreateSoftwareSourceDetails model) |
CreateSoftwareSourceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateSoftwareSourceDetails.Builder |
description(String description)
Information specified by the user about the software source
|
CreateSoftwareSourceDetails.Builder |
displayName(String displayName)
User friendly name for the software source
|
CreateSoftwareSourceDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateSoftwareSourceDetails.Builder |
maintainerEmail(String maintainerEmail)
Email address of the person maintaining this software source
|
CreateSoftwareSourceDetails.Builder |
maintainerName(String maintainerName)
Name of the person maintaining this software source
|
CreateSoftwareSourceDetails.Builder |
maintainerPhone(String maintainerPhone)
Phone number of the person maintaining this software source
|
CreateSoftwareSourceDetails.Builder |
parentId(String parentId)
OCID for the parent software source, if there is one
|
public CreateSoftwareSourceDetails.Builder compartmentId(String compartmentId)
OCID for the Compartment
compartmentId
- the value to setpublic CreateSoftwareSourceDetails.Builder displayName(String displayName)
User friendly name for the software source
displayName
- the value to setpublic CreateSoftwareSourceDetails.Builder description(String description)
Information specified by the user about the software source
description
- the value to setpublic CreateSoftwareSourceDetails.Builder archType(ArchTypes archType)
The architecture type supported by the Software Source
archType
- the value to setpublic CreateSoftwareSourceDetails.Builder maintainerName(String maintainerName)
Name of the person maintaining this software source
maintainerName
- the value to setpublic CreateSoftwareSourceDetails.Builder maintainerEmail(String maintainerEmail)
Email address of the person maintaining this software source
maintainerEmail
- the value to setpublic CreateSoftwareSourceDetails.Builder maintainerPhone(String maintainerPhone)
Phone number of the person maintaining this software source
maintainerPhone
- the value to setpublic CreateSoftwareSourceDetails.Builder checksumType(ChecksumTypes checksumType)
The yum repository checksum type used by this software source
checksumType
- the value to setpublic CreateSoftwareSourceDetails.Builder parentId(String parentId)
OCID for the parent software source, if there is one
parentId
- the value to setpublic CreateSoftwareSourceDetails.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 CreateSoftwareSourceDetails.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 CreateSoftwareSourceDetails build()
public CreateSoftwareSourceDetails.Builder copy(CreateSoftwareSourceDetails model)
Copyright © 2016–2024. All rights reserved.