Class DisableEnhancedMonitoringRequest

    • Constructor Detail

      • DisableEnhancedMonitoringRequest

        public DisableEnhancedMonitoringRequest()
    • Method Detail

      • setStreamName

        public void setStreamName​(String streamName)

        The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

        Parameters:
        streamName - The name of the Amazon Kinesis stream for which to disable enhanced monitoring.
      • getStreamName

        public String getStreamName()

        The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

        Returns:
        The name of the Amazon Kinesis stream for which to disable enhanced monitoring.
      • withStreamName

        public DisableEnhancedMonitoringRequest withStreamName​(String streamName)

        The name of the Amazon Kinesis stream for which to disable enhanced monitoring.

        Parameters:
        streamName - The name of the Amazon Kinesis stream for which to disable enhanced monitoring.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getShardLevelMetrics

        public List<String> getShardLevelMetrics()

        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.

        Returns:
        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.

        See Also:
        MetricsName
      • setShardLevelMetrics

        public void setShardLevelMetrics​(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.

        Parameters:
        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.

        See Also:
        MetricsName
      • withShardLevelMetrics

        public DisableEnhancedMonitoringRequest withShardLevelMetrics​(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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricsName
      • withShardLevelMetrics

        public DisableEnhancedMonitoringRequest withShardLevelMetrics​(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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MetricsName
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object