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