public static class ModuleStreamProfileOnManagedInstanceSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ModuleStreamProfileOnManagedInstanceSummary |
build() |
ModuleStreamProfileOnManagedInstanceSummary.Builder |
copy(ModuleStreamProfileOnManagedInstanceSummary model) |
ModuleStreamProfileOnManagedInstanceSummary.Builder |
moduleName(String moduleName)
The name of the module that contains the stream profile
|
ModuleStreamProfileOnManagedInstanceSummary.Builder |
profileName(String profileName)
The name of the profile
|
ModuleStreamProfileOnManagedInstanceSummary.Builder |
status(ModuleStreamProfileOnManagedInstanceSummary.Status status)
The status of the profile.
|
ModuleStreamProfileOnManagedInstanceSummary.Builder |
streamName(String streamName)
The name of the stream that contains the profile
|
ModuleStreamProfileOnManagedInstanceSummary.Builder |
timeModified(Date timeModified)
The date and time of the last status change for this profile, as described in RFC
3339, section 14.29.
|
public ModuleStreamProfileOnManagedInstanceSummary.Builder moduleName(String moduleName)
The name of the module that contains the stream profile
moduleName
- the value to setpublic ModuleStreamProfileOnManagedInstanceSummary.Builder streamName(String streamName)
The name of the stream that contains the profile
streamName
- the value to setpublic ModuleStreamProfileOnManagedInstanceSummary.Builder profileName(String profileName)
The name of the profile
profileName
- the value to setpublic ModuleStreamProfileOnManagedInstanceSummary.Builder status(ModuleStreamProfileOnManagedInstanceSummary.Status status)
The status of the profile.
A profile with the "INSTALLED" status indicates that the profile has been installed.
A profile with the "AVAILABLE" status indicates that the profile is not installed, but can be.
status
- the value to setpublic ModuleStreamProfileOnManagedInstanceSummary.Builder timeModified(Date timeModified)
The date and time of the last status change for this profile, as described in RFC 3339, section 14.29.
timeModified
- the value to setpublic ModuleStreamProfileOnManagedInstanceSummary build()
public ModuleStreamProfileOnManagedInstanceSummary.Builder copy(ModuleStreamProfileOnManagedInstanceSummary model)
Copyright © 2016–2024. All rights reserved.