Interface ErrorLogSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ErrorLogSettings.Builder,
,ErrorLogSettings> SdkBuilder<ErrorLogSettings.Builder,
,ErrorLogSettings> SdkPojo
- Enclosing class:
ErrorLogSettings
@Mutable
@NotThreadSafe
public static interface ErrorLogSettings.Builder
extends SdkPojo, CopyableBuilder<ErrorLogSettings.Builder,ErrorLogSettings>
-
Method Summary
Modifier and TypeMethodDescriptionSettings parameters for the error logs, when it is enabled.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
-
enabled
Settings parameters for the error logs, when it is enabled.
- Parameters:
enabled
- Settings parameters for the error logs, when it is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-