@Generated(value="software.amazon.awssdk:codegen") public final class EnableEnhancedMonitoringRequest extends KinesisRequest implements ToCopyableBuilder<EnableEnhancedMonitoringRequest.Builder,EnableEnhancedMonitoringRequest>
Represents the input for EnableEnhancedMonitoring.
Modifier and Type | Class and Description |
---|---|
static interface |
EnableEnhancedMonitoringRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static EnableEnhancedMonitoringRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasShardLevelMetrics()
Returns true if the ShardLevelMetrics property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EnableEnhancedMonitoringRequest.Builder> |
serializableBuilderClass() |
List<MetricsName> |
shardLevelMetrics()
List of shard-level metrics to enable.
|
List<String> |
shardLevelMetricsAsStrings()
List of shard-level metrics to enable.
|
String |
streamName()
The name of the stream for which to enable enhanced monitoring.
|
EnableEnhancedMonitoringRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String streamName()
The name of the stream for which to enable enhanced monitoring.
public List<MetricsName> shardLevelMetrics()
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value "ALL
" enables every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasShardLevelMetrics()
to see if a value was sent in this field.
The following are the valid shard-level metrics. The value "ALL
" enables every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
public boolean hasShardLevelMetrics()
public List<String> shardLevelMetricsAsStrings()
List of shard-level metrics to enable.
The following are the valid shard-level metrics. The value "ALL
" enables every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasShardLevelMetrics()
to see if a value was sent in this field.
The following are the valid shard-level metrics. The value "ALL
" enables every metric.
IncomingBytes
IncomingRecords
OutgoingBytes
OutgoingRecords
WriteProvisionedThroughputExceeded
ReadProvisionedThroughputExceeded
IteratorAgeMilliseconds
ALL
For more information, see Monitoring the Amazon Kinesis Data Streams Service with Amazon CloudWatch in the Amazon Kinesis Data Streams Developer Guide.
public EnableEnhancedMonitoringRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<EnableEnhancedMonitoringRequest.Builder,EnableEnhancedMonitoringRequest>
toBuilder
in class KinesisRequest
public static EnableEnhancedMonitoringRequest.Builder builder()
public static Class<? extends EnableEnhancedMonitoringRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.