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 |
isDefault(Boolean isDefault)
Indicates if this profile is the default for the module stream.
|
ModuleStreamProfileSummary.Builder |
moduleName(String moduleName)
The name of the module that contains the stream profile.
|
ModuleStreamProfileSummary.Builder |
name(String name)
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 name(String name)
The name of the profile.
name
- the value to setpublic ModuleStreamProfileSummary.Builder isDefault(Boolean isDefault)
Indicates if this profile is the default for the module stream.
isDefault
- the value to setpublic ModuleStreamProfileSummary build()
public ModuleStreamProfileSummary.Builder copy(ModuleStreamProfileSummary model)
Copyright © 2016–2024. All rights reserved.