public static interface DisableEnhancedMonitoringResponse.Builder extends KinesisResponse.Builder, SdkPojo, CopyableBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>
Modifier and Type | Method and Description |
---|---|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetricsWithStrings(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetricsWithStrings(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetricsWithStrings(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetricsWithStrings(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResponse.Builder |
streamName(String streamName)
The name of the Kinesis data stream.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DisableEnhancedMonitoringResponse.Builder streamName(String streamName)
The name of the Kinesis data stream.
streamName
- The name of the Kinesis data stream.DisableEnhancedMonitoringResponse.Builder currentShardLevelMetricsWithStrings(Collection<String> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder currentShardLevelMetricsWithStrings(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(Collection<MetricsName> currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
currentShardLevelMetrics
- Represents the current state of the metrics that are in the enhanced state before the operation.DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetricsWithStrings(Collection<String> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetricsWithStrings(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(Collection<MetricsName> desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.DisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
desiredShardLevelMetrics
- Represents the list of all the metrics that would be in the enhanced state after the operation.Copyright © 2020. All rights reserved.