Class EnableAutoAssociationDetail.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EnableAutoAssociationDetail.Builder
-
- Enclosing class:
- EnableAutoAssociationDetail
public static class EnableAutoAssociationDetail.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EnableAutoAssociationDetail
build()
EnableAutoAssociationDetail.Builder
copy(EnableAutoAssociationDetail model)
EnableAutoAssociationDetail.Builder
logGroupId(String logGroupId)
The unique identifier of the log group to use when auto-associting the log source to eligible entities.
-
-
-
Method Detail
-
logGroupId
public EnableAutoAssociationDetail.Builder logGroupId(String logGroupId)
The unique identifier of the log group to use when auto-associting the log source to eligible entities.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
build
public EnableAutoAssociationDetail build()
-
copy
public EnableAutoAssociationDetail.Builder copy(EnableAutoAssociationDetail model)
-
-