CopyableBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>, SdkBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>public static interface EnableEnhancedMonitoringResponse.Builder extends CopyableBuilder<EnableEnhancedMonitoringResponse.Builder,EnableEnhancedMonitoringResponse>
| Modifier and Type | Method | Description |
|---|---|---|
EnableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(String... currentShardLevelMetrics) |
Represents the current state of the metrics that are in the enhanced state before the operation.
|
EnableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(Collection<String> currentShardLevelMetrics) |
Represents the current state of the metrics that are in the enhanced state before the operation.
|
EnableEnhancedMonitoringResponse.Builder |
currentShardLevelMetrics(MetricsName... currentShardLevelMetrics) |
Represents the current state of the metrics that are in the enhanced state before the operation.
|
EnableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(String... desiredShardLevelMetrics) |
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
EnableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(Collection<String> desiredShardLevelMetrics) |
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
EnableEnhancedMonitoringResponse.Builder |
desiredShardLevelMetrics(MetricsName... desiredShardLevelMetrics) |
Represents the list of all the metrics that would be in the enhanced state after the operation.
|
EnableEnhancedMonitoringResponse.Builder |
streamName(String streamName) |
The name of the Amazon Kinesis stream.
|
copyapply, buildEnableEnhancedMonitoringResponse.Builder streamName(String streamName)
The name of the Amazon Kinesis stream.
streamName - The name of the Amazon Kinesis stream.EnableEnhancedMonitoringResponse.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.MetricsNameEnableEnhancedMonitoringResponse.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.MetricsNameEnableEnhancedMonitoringResponse.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.MetricsNameEnableEnhancedMonitoringResponse.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.MetricsNameEnableEnhancedMonitoringResponse.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.MetricsNameEnableEnhancedMonitoringResponse.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.