Interface DisableEnhancedMonitoringResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>, KinesisResponse.Builder, SdkBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DisableEnhancedMonitoringResponse

public static interface DisableEnhancedMonitoringResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>
  • Method Details

    • streamName

      The name of the Kinesis data stream.

      Parameters:
      streamName - The name of the Kinesis data stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentShardLevelMetricsWithStrings

      DisableEnhancedMonitoringResponse.Builder currentShardLevelMetricsWithStrings(Collection<String> currentShardLevelMetrics)

      Represents the current state of the metrics that are in the enhanced state before the operation.

      Parameters:
      currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentShardLevelMetricsWithStrings

      DisableEnhancedMonitoringResponse.Builder currentShardLevelMetricsWithStrings(String... currentShardLevelMetrics)

      Represents the current state of the metrics that are in the enhanced state before the operation.

      Parameters:
      currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentShardLevelMetrics

      DisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics)

      Represents the current state of the metrics that are in the enhanced state before the operation.

      Parameters:
      currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • currentShardLevelMetrics

      DisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)

      Represents the current state of the metrics that are in the enhanced state before the operation.

      Parameters:
      currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • desiredShardLevelMetricsWithStrings

      DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetricsWithStrings(Collection<String> desiredShardLevelMetrics)

      Represents the list of all the metrics that would be in the enhanced state after the operation.

      Parameters:
      desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • desiredShardLevelMetricsWithStrings

      DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetricsWithStrings(String... desiredShardLevelMetrics)

      Represents the list of all the metrics that would be in the enhanced state after the operation.

      Parameters:
      desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • desiredShardLevelMetrics

      DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics)

      Represents the list of all the metrics that would be in the enhanced state after the operation.

      Parameters:
      desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • desiredShardLevelMetrics

      DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)

      Represents the list of all the metrics that would be in the enhanced state after the operation.

      Parameters:
      desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamARN

      The ARN of the stream.

      Parameters:
      streamARN - The ARN of the stream.
      Returns:
      Returns a reference to this object so that method calls can be chained together.