Package com.oracle.bmc.aivision.model
Class StreamGroupSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.aivision.model.StreamGroupSummary.Builder
 
- 
- Enclosing class:
- StreamGroupSummary
 
 public static class StreamGroupSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamGroupSummarybuild()StreamGroupSummary.BuildercompartmentId(String compartmentId)OCID of compartmentStreamGroupSummary.Buildercopy(StreamGroupSummary model)StreamGroupSummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.StreamGroupSummary.BuilderdisplayName(String displayName)A human-friendly name for the streamGroup.StreamGroupSummary.BuilderfreeformTags(Map<String,String> freeformTags)A simple key-value pair that is applied without any predefined name, type, or scope.StreamGroupSummary.Builderid(String id)OCID of the streamGroup.StreamGroupSummary.BuilderisEnabled(Boolean isEnabled)StreamStreamGroupSummary.BuilderlifecycleState(StreamGroup.LifecycleState lifecycleState)The current state of the streamGroup.StreamGroupSummary.BuilderstreamOverlaps(List<StreamGroupOverlap> streamOverlaps)List of streamSource OCIDs where the streamSource overlaps in field of view.StreamGroupSummary.BuilderstreamSourceIds(List<String> streamSourceIds)List of streamSource OCIDs associated with the stream groupStreamGroupSummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)Usage of system tag keys.StreamGroupSummary.BuildertimeCreated(Date timeCreated)When the streamGroup was created, as an RFC3339 datetime string.StreamGroupSummary.BuildertimeUpdated(Date timeUpdated)When the streamGroup was updated, as an RFC3339 datetime string.
 
- 
- 
- 
Method Detail- 
idpublic StreamGroupSummary.Builder id(String id) OCID of the streamGroup.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic StreamGroupSummary.Builder compartmentId(String compartmentId) OCID of compartment- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic StreamGroupSummary.Builder displayName(String displayName) A human-friendly name for the streamGroup.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic StreamGroupSummary.Builder timeCreated(Date timeCreated) When the streamGroup was created, as an RFC3339 datetime string.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic StreamGroupSummary.Builder timeUpdated(Date timeUpdated) When the streamGroup was updated, as an RFC3339 datetime string.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
isEnabledpublic StreamGroupSummary.Builder isEnabled(Boolean isEnabled) Stream- Parameters:
- isEnabled- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic StreamGroupSummary.Builder lifecycleState(StreamGroup.LifecycleState lifecycleState) The current state of the streamGroup.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
streamSourceIdspublic StreamGroupSummary.Builder streamSourceIds(List<String> streamSourceIds) List of streamSource OCIDs associated with the stream group- Parameters:
- streamSourceIds- the value to set
- Returns:
- this builder
 
 - 
streamOverlapspublic StreamGroupSummary.Builder streamOverlaps(List<StreamGroupOverlap> streamOverlaps) List of streamSource OCIDs where the streamSource overlaps in field of view.- Parameters:
- streamOverlaps- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic StreamGroupSummary.Builder freeformTags(Map<String,String> freeformTags) A simple key-value pair that is applied without any predefined name, type, or scope.It exists for cross-compatibility only. For example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
definedTagspublic StreamGroupSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. For example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
systemTagspublic StreamGroupSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) Usage of system tag keys.These predefined keys are scoped to namespaces. For example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Parameters:
- systemTags- the value to set
- Returns:
- this builder
 
 - 
buildpublic StreamGroupSummary build() 
 - 
copypublic StreamGroupSummary.Builder copy(StreamGroupSummary model) 
 
- 
 
-