public static interface UnprocessedStatistics.Builder extends SdkPojo, CopyableBuilder<UnprocessedStatistics.Builder,UnprocessedStatistics>
Modifier and Type | Method and Description |
---|---|
UnprocessedStatistics.Builder |
errorCode(String errorCode)
The error code.
|
UnprocessedStatistics.Builder |
message(String message)
The error message.
|
UnprocessedStatistics.Builder |
ruleName(String ruleName)
The name of the sampling rule.
|
copy
applyMutation, build
UnprocessedStatistics.Builder ruleName(String ruleName)
The name of the sampling rule.
ruleName
- The name of the sampling rule.UnprocessedStatistics.Builder errorCode(String errorCode)
The error code.
errorCode
- The error code.UnprocessedStatistics.Builder message(String message)
The error message.
message
- The error message.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.