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