CopyableBuilder<DisableEnhancedMonitoringRequest.Builder,DisableEnhancedMonitoringRequest>
, SdkBuilder<DisableEnhancedMonitoringRequest.Builder,DisableEnhancedMonitoringRequest>
public static interface DisableEnhancedMonitoringRequest.Builder extends CopyableBuilder<DisableEnhancedMonitoringRequest.Builder,DisableEnhancedMonitoringRequest>
Modifier and Type | Method | Description |
---|---|---|
DisableEnhancedMonitoringRequest.Builder |
shardLevelMetrics(String... shardLevelMetrics) |
List of shard-level metrics to disable.
|
DisableEnhancedMonitoringRequest.Builder |
shardLevelMetrics(Collection<String> shardLevelMetrics) |
List of shard-level metrics to disable.
|
DisableEnhancedMonitoringRequest.Builder |
shardLevelMetrics(MetricsName... shardLevelMetrics) |
List of shard-level metrics to disable.
|
DisableEnhancedMonitoringRequest.Builder |
streamName(String streamName) |
The name of the Amazon Kinesis stream for which to disable enhanced monitoring.
|
copy
apply, build
DisableEnhancedMonitoringRequest.Builder streamName(String streamName)
The name of the Amazon Kinesis stream for which to disable enhanced monitoring.
streamName
- The name of the Amazon Kinesis stream for which to disable enhanced monitoring.DisableEnhancedMonitoringRequest.Builder shardLevelMetrics(Collection<String> shardLevelMetrics)
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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.
shardLevelMetrics
- List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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
DisableEnhancedMonitoringRequest.Builder shardLevelMetrics(String... shardLevelMetrics)
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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.
NOTE: This method appends the values to the existing list (if any). Use
#setShardLevelMetrics(java.util.Collection)
or #withShardLevelMetrics(java.util.Collection)
if you want to override the existing values.
shardLevelMetrics
- List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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
DisableEnhancedMonitoringRequest.Builder shardLevelMetrics(MetricsName... shardLevelMetrics)
List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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.
NOTE: This method appends the values to the existing list (if any). Use
#setShardLevelMetrics(java.util.Collection)
or #withShardLevelMetrics(java.util.Collection)
if you want to override the existing values.
shardLevelMetrics
- List of shard-level metrics to disable.
The following are the valid shard-level metrics. The value "ALL
" disables 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
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.