Interface ParseToOCSF.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ParseToOCSF.Builder,
,ParseToOCSF> SdkBuilder<ParseToOCSF.Builder,
,ParseToOCSF> SdkPojo
- Enclosing class:
ParseToOCSF
@Mutable
@NotThreadSafe
public static interface ParseToOCSF.Builder
extends SdkPojo, CopyableBuilder<ParseToOCSF.Builder,ParseToOCSF>
-
Method Summary
Modifier and TypeMethodDescriptioneventSource
(String eventSource) Specify the service or process that produces the log events that will be converted with this processor.eventSource
(EventSource eventSource) Specify the service or process that produces the log events that will be converted with this processor.ocsfVersion
(String ocsfVersion) Specify which version of the OCSF schema to use for the transformed log events.ocsfVersion
(OCSFVersion ocsfVersion) Specify which version of the OCSF schema to use for the transformed log events.The path to the field in the log event that you want to parse.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
source
The path to the field in the log event that you want to parse. If you omit this value, the whole log message is parsed.
- Parameters:
source
- The path to the field in the log event that you want to parse. If you omit this value, the whole log message is parsed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventSource
Specify the service or process that produces the log events that will be converted with this processor.
- Parameters:
eventSource
- Specify the service or process that produces the log events that will be converted with this processor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventSource
Specify the service or process that produces the log events that will be converted with this processor.
- Parameters:
eventSource
- Specify the service or process that produces the log events that will be converted with this processor.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ocsfVersion
Specify which version of the OCSF schema to use for the transformed log events.
- Parameters:
ocsfVersion
- Specify which version of the OCSF schema to use for the transformed log events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
ocsfVersion
Specify which version of the OCSF schema to use for the transformed log events.
- Parameters:
ocsfVersion
- Specify which version of the OCSF schema to use for the transformed log events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-