Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
static ModuleStreamProfile.Builder |
ModuleStreamProfile.builder()
Create a new builder.
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.copy(ModuleStreamProfile model) |
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.description(String description)
A description of the contents of the module stream profile
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.isDefault(Boolean isDefault)
Indicates if this profile is the default for its module stream.
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.moduleName(String moduleName)
The name of the module that contains the stream profile
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.packages(List<String> packages)
A list of packages that constitute the profile.
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.profileName(String profileName)
The name of the profile
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.Builder.streamName(String streamName)
The name of the stream that contains the profile
|
ModuleStreamProfile.Builder |
ModuleStreamProfile.toBuilder() |
Copyright © 2016–2024. All rights reserved.