Class ModuleStreamProfileSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.model.ModuleStreamProfileSummary.Builder
 
- 
- Enclosing class:
- ModuleStreamProfileSummary
 
 public static class ModuleStreamProfileSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleStreamProfileSummarybuild()ModuleStreamProfileSummary.Buildercopy(ModuleStreamProfileSummary model)ModuleStreamProfileSummary.BuilderisDefault(Boolean isDefault)Indicates if this profile is the default for the module stream.ModuleStreamProfileSummary.BuildermoduleName(String moduleName)The name of the module that contains the stream profile.ModuleStreamProfileSummary.Buildername(String name)The name of the profile.ModuleStreamProfileSummary.BuilderstreamName(String streamName)The name of the stream that contains the profile.
 
- 
- 
- 
Method Detail- 
moduleNamepublic ModuleStreamProfileSummary.Builder moduleName(String moduleName) The name of the module that contains the stream profile.- Parameters:
- moduleName- the value to set
- Returns:
- this builder
 
 - 
streamNamepublic ModuleStreamProfileSummary.Builder streamName(String streamName) The name of the stream that contains the profile.- Parameters:
- streamName- the value to set
- Returns:
- this builder
 
 - 
namepublic ModuleStreamProfileSummary.Builder name(String name) The name of the profile.- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
isDefaultpublic ModuleStreamProfileSummary.Builder isDefault(Boolean isDefault) Indicates if this profile is the default for the module stream.- Parameters:
- isDefault- the value to set
- Returns:
- this builder
 
 - 
buildpublic ModuleStreamProfileSummary build() 
 - 
copypublic ModuleStreamProfileSummary.Builder copy(ModuleStreamProfileSummary model) 
 
- 
 
-