Class EntityTypeProperty.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.EntityTypeProperty.Builder
-
- Enclosing class:
- EntityTypeProperty
public static class EntityTypeProperty.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityTypeProperty
build()
EntityTypeProperty.Builder
copy(EntityTypeProperty model)
EntityTypeProperty.Builder
description(String description)
Description for the log analytics entity type property.EntityTypeProperty.Builder
name(String name)
Log analytics entity type property name.
-
-
-
Method Detail
-
name
public EntityTypeProperty.Builder name(String name)
Log analytics entity type property name.- Parameters:
name
- the value to set- Returns:
- this builder
-
description
public EntityTypeProperty.Builder description(String description)
Description for the log analytics entity type property.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public EntityTypeProperty build()
-
copy
public EntityTypeProperty.Builder copy(EntityTypeProperty model)
-
-