Package com.oracle.bmc.streaming.model
Class UpdateStreamDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.streaming.model.UpdateStreamDetails.Builder
-
- Enclosing class:
- UpdateStreamDetails
public static class UpdateStreamDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateStreamDetails
build()
UpdateStreamDetails.Builder
copy(UpdateStreamDetails model)
UpdateStreamDetails.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.UpdateStreamDetails.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.UpdateStreamDetails.Builder
streamPoolId(String streamPoolId)
The OCID of the stream pool where the stream should be moved.
-
-
-
Method Detail
-
streamPoolId
public UpdateStreamDetails.Builder streamPoolId(String streamPoolId)
The OCID of the stream pool where the stream should be moved.- Parameters:
streamPoolId
- the value to set- Returns:
- this builder
-
freeformTags
public UpdateStreamDetails.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.Each tag is a simple key-value pair that is applied with no predefined name, type, or namespace. Exists for cross-compatibility only. For more information, see Resource Tags.
Example: {"Department": "Finance"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public UpdateStreamDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
build
public UpdateStreamDetails build()
-
copy
public UpdateStreamDetails.Builder copy(UpdateStreamDetails model)
-
-