CopyableBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>, SdkBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>public static interface DisableEnhancedMonitoringResponse.Builder extends CopyableBuilder<DisableEnhancedMonitoringResponse.Builder,DisableEnhancedMonitoringResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(String... currentShardLevelMetrics) |
Represents the current state of the metrics that are in the enhanced state before the operation.
|
DisableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(Collection<String> 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 |
desiredShardLevelMetrics(String... desiredShardLevelMetrics) |
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
DisableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(Collection<String> 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 |
streamName(String streamName) |
The name of the Amazon Kinesis stream.
|
copyapply, buildDisableEnhancedMonitoringResponse.Builder streamName(String streamName)
The name of the Amazon Kinesis stream.
streamName - The name of the Amazon Kinesis stream.DisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(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.MetricsNameDisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(String... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
NOTE: This method appends the values to the existing list (if any). Use
#setCurrentShardLevelMetrics(java.util.Collection) or
#withCurrentShardLevelMetrics(java.util.Collection) if you want to override the existing values.
currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.MetricsNameDisableEnhancedMonitoringResponse.Builder currentShardLevelMetrics(MetricsName... currentShardLevelMetrics)
Represents the current state of the metrics that are in the enhanced state before the operation.
NOTE: This method appends the values to the existing list (if any). Use
#setCurrentShardLevelMetrics(java.util.Collection) or
#withCurrentShardLevelMetrics(java.util.Collection) if you want to override the existing values.
currentShardLevelMetrics - Represents the current state of the metrics that are in the enhanced state before the operation.MetricsNameDisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(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.MetricsNameDisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(String... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
NOTE: This method appends the values to the existing list (if any). Use
#setDesiredShardLevelMetrics(java.util.Collection) or
#withDesiredShardLevelMetrics(java.util.Collection) if you want to override the existing values.
desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsNameDisableEnhancedMonitoringResponse.Builder desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics)
Represents the list of all the metrics that would be in the enhanced state after the operation.
NOTE: This method appends the values to the existing list (if any). Use
#setDesiredShardLevelMetrics(java.util.Collection) or
#withDesiredShardLevelMetrics(java.util.Collection) if you want to override the existing values.
desiredShardLevelMetrics - Represents the list of all the metrics that would be in the enhanced state after the operation.MetricsNameCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.