public static class UpdateModuleStreamProfileDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateModuleStreamProfileDetails |
build() |
UpdateModuleStreamProfileDetails.Builder |
copy(UpdateModuleStreamProfileDetails model) |
UpdateModuleStreamProfileDetails.Builder |
isDefault(Boolean isDefault)
Indicates if the module stream profile is the default
|
UpdateModuleStreamProfileDetails.Builder |
profileName(String profileName)
The name of the profile of the parent stream
|
UpdateModuleStreamProfileDetails.Builder |
status(UpdateModuleStreamProfileDetails.Status status)
The status of the profile.
|
UpdateModuleStreamProfileDetails.Builder |
timeModified(Date timeModified)
The date and time of the last status change for this object, as described in RFC
3339, section 14.29.
|
public UpdateModuleStreamProfileDetails.Builder profileName(String profileName)
The name of the profile of the parent stream
profileName
- the value to setpublic UpdateModuleStreamProfileDetails.Builder status(UpdateModuleStreamProfileDetails.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 UpdateModuleStreamProfileDetails.Builder isDefault(Boolean isDefault)
Indicates if the module stream profile is the default
isDefault
- the value to setpublic UpdateModuleStreamProfileDetails.Builder timeModified(Date timeModified)
The date and time of the last status change for this object, as described in RFC 3339, section 14.29.
timeModified
- the value to setpublic UpdateModuleStreamProfileDetails build()
public UpdateModuleStreamProfileDetails.Builder copy(UpdateModuleStreamProfileDetails model)
Copyright © 2016–2024. All rights reserved.