Package com.oracle.bmc.jmsutils.model
Class PerformanceTuningWorkItemDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.jmsutils.model.PerformanceTuningWorkItemDetails.Builder
-
- Enclosing class:
- PerformanceTuningWorkItemDetails
public static class PerformanceTuningWorkItemDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformanceTuningWorkItemDetails.Builder
analysisProjectName(String analysisProjectName)
Name of the analysis project.PerformanceTuningWorkItemDetails.Builder
artifactObjectStoragePath(String artifactObjectStoragePath)
Object storage path to the artifact.PerformanceTuningWorkItemDetails
build()
PerformanceTuningWorkItemDetails.Builder
copy(PerformanceTuningWorkItemDetails model)
PerformanceTuningWorkItemDetails.Builder
workItemType(WorkItemType workItemType)
-
-
-
Method Detail
-
workItemType
public PerformanceTuningWorkItemDetails.Builder workItemType(WorkItemType workItemType)
-
artifactObjectStoragePath
public PerformanceTuningWorkItemDetails.Builder artifactObjectStoragePath(String artifactObjectStoragePath)
Object storage path to the artifact.- Parameters:
artifactObjectStoragePath
- the value to set- Returns:
- this builder
-
analysisProjectName
public PerformanceTuningWorkItemDetails.Builder analysisProjectName(String analysisProjectName)
Name of the analysis project.- Parameters:
analysisProjectName
- the value to set- Returns:
- this builder
-
build
public PerformanceTuningWorkItemDetails build()
-
copy
public PerformanceTuningWorkItemDetails.Builder copy(PerformanceTuningWorkItemDetails model)
-
-