Interface LogConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LogConfig.Builder,
,LogConfig> SdkBuilder<LogConfig.Builder,
,LogConfig> SdkPojo
- Enclosing class:
LogConfig
-
Method Summary
Modifier and TypeMethodDescriptionincludeDetail
(String includeDetail) Whether EventBridge include detailed event information in the records it generates.includeDetail
(IncludeDetail includeDetail) Whether EventBridge include detailed event information in the records it generates.The level of logging detail to include.The level of logging detail to include.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
-
includeDetail
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
- Parameters:
includeDetail
- Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.For more information, see Including detail data in event bus logs in the EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
includeDetail
Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.
For more information, see Including detail data in event bus logs in the EventBridge User Guide.
- Parameters:
includeDetail
- Whether EventBridge include detailed event information in the records it generates. Detailed data can be useful for troubleshooting and debugging. This information includes details of the event itself, as well as target details.For more information, see Including detail data in event bus logs in the EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
level
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
- Parameters:
level
- The level of logging detail to include. This applies to all log destinations for the event bus.For more information, see Specifying event bus log level in the EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
level
The level of logging detail to include. This applies to all log destinations for the event bus.
For more information, see Specifying event bus log level in the EventBridge User Guide.
- Parameters:
level
- The level of logging detail to include. This applies to all log destinations for the event bus.For more information, see Specifying event bus log level in the EventBridge User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-