Class CreationSource.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.CreationSource.Builder
-
- Enclosing class:
- CreationSource
public static class CreationSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreationSource
build()
CreationSource.Builder
copy(CreationSource model)
CreationSource.Builder
details(String details)
This will provide additional details for source of auto-creation.CreationSource.Builder
type(CreationSourceType type)
Source that auto-created the entity.
-
-
-
Method Detail
-
type
public CreationSource.Builder type(CreationSourceType type)
Source that auto-created the entity.- Parameters:
type
- the value to set- Returns:
- this builder
-
details
public CreationSource.Builder details(String details)
This will provide additional details for source of auto-creation.For example, if entity is auto-created by enterprise manager bridge, this field provides additional detail on enterprise manager that contributed to the entity auto-creation.
- Parameters:
details
- the value to set- Returns:
- this builder
-
build
public CreationSource build()
-
copy
public CreationSource.Builder copy(CreationSource model)
-
-