Package com.oracle.bmc.aivision.model
Class UpdateStreamGroupDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.aivision.model.UpdateStreamGroupDetails.Builder
-
- Enclosing class:
- UpdateStreamGroupDetails
public static class UpdateStreamGroupDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateStreamGroupDetails
build()
UpdateStreamGroupDetails.Builder
copy(UpdateStreamGroupDetails model)
UpdateStreamGroupDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateStreamGroupDetails.Builder
displayName(String displayName)
A human-friendly name for the streamGroup.UpdateStreamGroupDetails.Builder
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.UpdateStreamGroupDetails.Builder
isEnabled(Boolean isEnabled)
StreamUpdateStreamGroupDetails.Builder
streamOverlaps(List<StreamGroupOverlap> streamOverlaps)
List of streamSource OCIDs where the streamSource overlaps in field of view.UpdateStreamGroupDetails.Builder
streamSourceIds(List<String> streamSourceIds)
List of streamSource OCIDs associated with the stream group
-
-
-
Method Detail
-
displayName
public UpdateStreamGroupDetails.Builder displayName(String displayName)
A human-friendly name for the streamGroup.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
isEnabled
public UpdateStreamGroupDetails.Builder isEnabled(Boolean isEnabled)
Stream- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
streamSourceIds
public UpdateStreamGroupDetails.Builder streamSourceIds(List<String> streamSourceIds)
List of streamSource OCIDs associated with the stream group- Parameters:
streamSourceIds
- the value to set- Returns:
- this builder
-
streamOverlaps
public UpdateStreamGroupDetails.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
-
freeformTags
public UpdateStreamGroupDetails.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
-
definedTags
public UpdateStreamGroupDetails.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
-
build
public UpdateStreamGroupDetails build()
-
copy
public UpdateStreamGroupDetails.Builder copy(UpdateStreamGroupDetails model)
-
-