public static class CreateVendorSoftwareSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateVendorSoftwareSourceDetails |
build() |
CreateVendorSoftwareSourceDetails.Builder |
compartmentId(String compartmentId) |
CreateVendorSoftwareSourceDetails.Builder |
copy(CreateVendorSoftwareSourceDetails model) |
CreateVendorSoftwareSourceDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
CreateVendorSoftwareSourceDetails.Builder |
description(String description) |
CreateVendorSoftwareSourceDetails.Builder |
displayName(String displayName) |
CreateVendorSoftwareSourceDetails.Builder |
freeformTags(Map<String,String> freeformTags) |
CreateVendorSoftwareSourceDetails.Builder |
originSoftwareSourceId(String originSoftwareSourceId)
The OCID
of the vendor software source in the root compartment that is being replicated.
|
public CreateVendorSoftwareSourceDetails.Builder compartmentId(String compartmentId)
public CreateVendorSoftwareSourceDetails.Builder displayName(String displayName)
public CreateVendorSoftwareSourceDetails.Builder description(String description)
public CreateVendorSoftwareSourceDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateVendorSoftwareSourceDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateVendorSoftwareSourceDetails.Builder originSoftwareSourceId(String originSoftwareSourceId)
The OCID of the vendor software source in the root compartment that is being replicated.
originSoftwareSourceId
- the value to setpublic CreateVendorSoftwareSourceDetails build()
public CreateVendorSoftwareSourceDetails.Builder copy(CreateVendorSoftwareSourceDetails model)
Copyright © 2016–2024. All rights reserved.