public static class CreateListingDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateListingDetails |
build() |
CreateListingDetails.Builder |
compartmentId(String compartmentId)
The unique identifier for the compartment.
|
CreateListingDetails.Builder |
copy(CreateListingDetails model) |
CreateListingDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
CreateListingDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
CreateListingDetails.Builder |
listingType(ListingType listingType)
The listing type for the listing.
|
CreateListingDetails.Builder |
name(String name)
The name for the listing.
|
CreateListingDetails.Builder |
packageType(PackageType packageType)
The package type for the listing.
|
public CreateListingDetails.Builder compartmentId(String compartmentId)
The unique identifier for the compartment.
compartmentId
- the value to setpublic CreateListingDetails.Builder name(String name)
The name for the listing.
name
- the value to setpublic CreateListingDetails.Builder listingType(ListingType listingType)
The listing type for the listing.
listingType
- the value to setpublic CreateListingDetails.Builder packageType(PackageType packageType)
The package type for the listing.
packageType
- the value to setpublic CreateListingDetails.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 CreateListingDetails.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 CreateListingDetails build()
public CreateListingDetails.Builder copy(CreateListingDetails model)
Copyright © 2016–2024. All rights reserved.