StructuredPojo
, ToCopyableBuilder<EnhancedMetrics.Builder,EnhancedMetrics>
@Generated("software.amazon.awssdk:codegen") public class EnhancedMetrics extends Object implements StructuredPojo, ToCopyableBuilder<EnhancedMetrics.Builder,EnhancedMetrics>
Represents enhanced metrics types.
Modifier and Type | Class | Description |
---|---|---|
static interface |
EnhancedMetrics.Builder |
Modifier and Type | Method | Description |
---|---|---|
static EnhancedMetrics.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
static Class<? extends EnhancedMetrics.Builder> |
serializableBuilderClass() |
|
List<String> |
shardLevelMetrics() |
List of shard-level metrics.
|
EnhancedMetrics.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<String> shardLevelMetrics()
List of shard-level metrics.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
The following are the valid shard-level metrics. The value "ALL
" enhances every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Streams Service with Amazon CloudWatch in the Amazon Kinesis Streams Developer Guide.
MetricsName
public EnhancedMetrics.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<EnhancedMetrics.Builder,EnhancedMetrics>
public static EnhancedMetrics.Builder builder()
public static Class<? extends EnhancedMetrics.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.