Class UpdateModuleStreamProfileDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagement.model.UpdateModuleStreamProfileDetails.Builder
-
- Enclosing class:
- UpdateModuleStreamProfileDetails
public static class UpdateModuleStreamProfileDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateModuleStreamProfileDetails
build()
UpdateModuleStreamProfileDetails.Builder
copy(UpdateModuleStreamProfileDetails model)
UpdateModuleStreamProfileDetails.Builder
isDefault(Boolean isDefault)
Indicates if the module stream profile is the defaultUpdateModuleStreamProfileDetails.Builder
profileName(String profileName)
The name of the profile of the parent streamUpdateModuleStreamProfileDetails.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.
-
-
-
Method Detail
-
profileName
public UpdateModuleStreamProfileDetails.Builder profileName(String profileName)
The name of the profile of the parent stream- Parameters:
profileName
- the value to set- Returns:
- this builder
-
status
public 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.
- Parameters:
status
- the value to set- Returns:
- this builder
-
isDefault
public UpdateModuleStreamProfileDetails.Builder isDefault(Boolean isDefault)
Indicates if the module stream profile is the default- Parameters:
isDefault
- the value to set- Returns:
- this builder
-
timeModified
public 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.- Parameters:
timeModified
- the value to set- Returns:
- this builder
-
build
public UpdateModuleStreamProfileDetails build()
-
copy
public UpdateModuleStreamProfileDetails.Builder copy(UpdateModuleStreamProfileDetails model)
-
-