Class CreateSupportedServiceAttachment.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.CreateSupportedServiceAttachment.Builder
-
- Enclosing class:
- CreateSupportedServiceAttachment
public static class CreateSupportedServiceAttachment.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateSupportedServiceAttachmentbuild()CreateSupportedServiceAttachment.Buildercopy(CreateSupportedServiceAttachment model)CreateSupportedServiceAttachment.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)CreateSupportedServiceAttachment.Builderdescription(String description)CreateSupportedServiceAttachment.BuilderdisplayName(String displayName)CreateSupportedServiceAttachment.BuilderfreeformTags(Map<String,String> freeformTags)CreateSupportedServiceAttachment.BuilderlistingRevisionId(String listingRevisionId)CreateSupportedServiceAttachment.BuilderserviceName(String serviceName)Name of the serviceCreateSupportedServiceAttachment.Buildertype(SupportedServiceAttachment.Type type)Type of the serviceCreateSupportedServiceAttachment.Builderurl(String url)Optional url to service information
-
-
-
Method Detail
-
listingRevisionId
public CreateSupportedServiceAttachment.Builder listingRevisionId(String listingRevisionId)
-
displayName
public CreateSupportedServiceAttachment.Builder displayName(String displayName)
-
description
public CreateSupportedServiceAttachment.Builder description(String description)
-
freeformTags
public CreateSupportedServiceAttachment.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public CreateSupportedServiceAttachment.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
serviceName
public CreateSupportedServiceAttachment.Builder serviceName(String serviceName)
Name of the service- Parameters:
serviceName- the value to set- Returns:
- this builder
-
url
public CreateSupportedServiceAttachment.Builder url(String url)
Optional url to service information- Parameters:
url- the value to set- Returns:
- this builder
-
type
public CreateSupportedServiceAttachment.Builder type(SupportedServiceAttachment.Type type)
Type of the service- Parameters:
type- the value to set- Returns:
- this builder
-
build
public CreateSupportedServiceAttachment build()
-
copy
public CreateSupportedServiceAttachment.Builder copy(CreateSupportedServiceAttachment model)
-
-