public static class ModuleStreamProfileSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModuleStreamProfileSummary |
build() |
ModuleStreamProfileSummary.Builder |
copy(ModuleStreamProfileSummary model) |
ModuleStreamProfileSummary.Builder |
moduleName(String moduleName)
The name of the module that contains the stream profile
|
ModuleStreamProfileSummary.Builder |
profileName(String profileName)
The name of the profile
|
ModuleStreamProfileSummary.Builder |
streamName(String streamName)
The name of the stream that contains the profile
|
public ModuleStreamProfileSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream profile
moduleName
- the value to setpublic ModuleStreamProfileSummary.Builder streamName(String streamName)
The name of the stream that contains the profile
streamName
- the value to setpublic ModuleStreamProfileSummary.Builder profileName(String profileName)
The name of the profile
profileName
- the value to setpublic ModuleStreamProfileSummary build()
public ModuleStreamProfileSummary.Builder copy(ModuleStreamProfileSummary model)
Copyright © 2016–2024. All rights reserved.