Package com.adobe.aio.cloudmanager
Class LogOption.Builder
- java.lang.Object
-
- com.adobe.aio.cloudmanager.LogOption.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogOption
build()
Create a new LogOption instance.LogOption.Builder
name(@NotNull String name)
LogOption.Builder
service(@NotNull String service)
-
-
-
Method Detail
-
service
public LogOption.Builder service(@NotNull @NotNull String service)
-
name
public LogOption.Builder name(@NotNull @NotNull String name)
-
build
public LogOption build()
Create a new LogOption instance. Both Service and Name must be provided to this builder before calling this method.- Returns:
- the LogOption
-
-