Interface UnprocessedStatistics.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UnprocessedStatistics.Builder,,UnprocessedStatistics> SdkBuilder<UnprocessedStatistics.Builder,,UnprocessedStatistics> SdkPojo
- Enclosing class:
 UnprocessedStatistics
public static interface UnprocessedStatistics.Builder
extends SdkPojo, CopyableBuilder<UnprocessedStatistics.Builder,UnprocessedStatistics> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe error code.The error message.The name of the sampling rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
ruleName
The name of the sampling rule.
- Parameters:
 ruleName- The name of the sampling rule.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
errorCode
The error code.
- Parameters:
 errorCode- The error code.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
message
The error message.
- Parameters:
 message- The error message.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -