Class TailLogsRequest.Builder
java.lang.Object
co.yellowdog.platform.model.builders.ValidatedBuilder<TailLogsRequest>
co.yellowdog.platform.interaction.logs.TailLogsRequest.Builder
- Enclosing class:
TailLogsRequest
-
Method Summary
Modifier and TypeMethodDescriptionBuilds the object without enforcing validation constraints.components
(List<@NotBlank String> components) namespaces
(List<String> namespaces) toString()
Methods inherited from class co.yellowdog.platform.model.builders.ValidatedBuilder
build, validate
-
Method Details
-
level
- Returns:
this
.
-
components
- Returns:
this
.
-
entityIds
- Returns:
this
.
-
namespaces
- Returns:
this
.
-
text
- Returns:
this
.
-
buildUnchecked
Description copied from class:ValidatedBuilder
Builds the object without enforcing validation constraints. This should only be used for testing purposes- Overrides:
buildUnchecked
in classValidatedBuilder<TailLogsRequest>
- Returns:
- the object being built
-
toString
-