Class UpdateScreenShotAttachmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.UpdateScreenShotAttachmentDetails.Builder
-
- Enclosing class:
- UpdateScreenShotAttachmentDetails
public static class UpdateScreenShotAttachmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateScreenShotAttachmentDetails
build()
UpdateScreenShotAttachmentDetails.Builder
copy(UpdateScreenShotAttachmentDetails model)
UpdateScreenShotAttachmentDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
UpdateScreenShotAttachmentDetails.Builder
description(String description)
UpdateScreenShotAttachmentDetails.Builder
displayName(String displayName)
UpdateScreenShotAttachmentDetails.Builder
freeformTags(Map<String,String> freeformTags)
-
-
-
Method Detail
-
displayName
public UpdateScreenShotAttachmentDetails.Builder displayName(String displayName)
-
description
public UpdateScreenShotAttachmentDetails.Builder description(String description)
-
freeformTags
public UpdateScreenShotAttachmentDetails.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public UpdateScreenShotAttachmentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
build
public UpdateScreenShotAttachmentDetails build()
-
copy
public UpdateScreenShotAttachmentDetails.Builder copy(UpdateScreenShotAttachmentDetails model)
-
-