Class AutoAssociationState.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.AutoAssociationState.Builder
-
- Enclosing class:
- AutoAssociationState
public static class AutoAssociationState.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AutoAssociationState
build()
AutoAssociationState.Builder
copy(AutoAssociationState model)
AutoAssociationState.Builder
isEnabled(Boolean isEnabled)
A flag indicating whether or not auto association is enabled.AutoAssociationState.Builder
logGroupId(String logGroupId)
The unique identifier of the log group to use for auto association.
-
-
-
Method Detail
-
isEnabled
public AutoAssociationState.Builder isEnabled(Boolean isEnabled)
A flag indicating whether or not auto association is enabled.- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
logGroupId
public AutoAssociationState.Builder logGroupId(String logGroupId)
The unique identifier of the log group to use for auto association.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
build
public AutoAssociationState build()
-
copy
public AutoAssociationState.Builder copy(AutoAssociationState model)
-
-