Interface LinkApplicationLogSampling.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LinkApplicationLogSampling.Builder,
,LinkApplicationLogSampling> SdkBuilder<LinkApplicationLogSampling.Builder,
,LinkApplicationLogSampling> SdkPojo
- Enclosing class:
LinkApplicationLogSampling
@Mutable
@NotThreadSafe
public static interface LinkApplicationLogSampling.Builder
extends SdkPojo, CopyableBuilder<LinkApplicationLogSampling.Builder,LinkApplicationLogSampling>
-
Method Summary
Modifier and TypeMethodDescriptionAn error log entry.A filter log entry.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
-
errorLog
An error log entry.
- Parameters:
errorLog
- An error log entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filterLog
A filter log entry.
- Parameters:
filterLog
- A filter log entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-