Class ModuleStreamProfileSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.ModuleStreamProfileSummary.Builder
-
- Enclosing class:
- ModuleStreamProfileSummary
public static class ModuleStreamProfileSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleStreamProfileSummary
build()
ModuleStreamProfileSummary.Builder
copy(ModuleStreamProfileSummary model)
ModuleStreamProfileSummary.Builder
moduleName(String moduleName)
The name of the module that contains the stream profileModuleStreamProfileSummary.Builder
profileName(String profileName)
The name of the profileModuleStreamProfileSummary.Builder
streamName(String streamName)
The name of the stream that contains the profile
-
-
-
Method Detail
-
moduleName
public ModuleStreamProfileSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream profile- Parameters:
moduleName
- the value to set- Returns:
- this builder
-
streamName
public ModuleStreamProfileSummary.Builder streamName(String streamName)
The name of the stream that contains the profile- Parameters:
streamName
- the value to set- Returns:
- this builder
-
profileName
public ModuleStreamProfileSummary.Builder profileName(String profileName)
The name of the profile- Parameters:
profileName
- the value to set- Returns:
- this builder
-
build
public ModuleStreamProfileSummary build()
-
copy
public ModuleStreamProfileSummary.Builder copy(ModuleStreamProfileSummary model)
-
-