Package com.oracle.bmc.iot.model
Class LogConfigDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.iot.model.LogConfigDetails.Builder
-
- Enclosing class:
- LogConfigDetails
public static class LogConfigDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogConfigDetailsbuild()LogConfigDetails.Buildercopy(LogConfigDetails model)LogConfigDetails.BuilderlogGroupId(String logGroupId)The OCID of the log group associated with the IoT flow runtime.LogConfigDetails.BuilderlogId(String logId)The OCID of the log that receives IoT flow runtime container logs.
-
-
-
Method Detail
-
logGroupId
public LogConfigDetails.Builder logGroupId(String logGroupId)
The OCID of the log group associated with the IoT flow runtime.- Parameters:
logGroupId- the value to set- Returns:
- this builder
-
logId
public LogConfigDetails.Builder logId(String logId)
The OCID of the log that receives IoT flow runtime container logs.- Parameters:
logId- the value to set- Returns:
- this builder
-
build
public LogConfigDetails build()
-
copy
public LogConfigDetails.Builder copy(LogConfigDetails model)
-
-