Interface UpdateCustomMetricRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateCustomMetricRequest.Builder,UpdateCustomMetricRequest>
,IotRequest.Builder
,SdkBuilder<UpdateCustomMetricRequest.Builder,UpdateCustomMetricRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateCustomMetricRequest
public static interface UpdateCustomMetricRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<UpdateCustomMetricRequest.Builder,UpdateCustomMetricRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCustomMetricRequest.Builder
displayName(String displayName)
Field represents a friendly name in the console for the custom metric, it doesn't have to be unique.UpdateCustomMetricRequest.Builder
metricName(String metricName)
The name of the custom metric.UpdateCustomMetricRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateCustomMetricRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
metricName
UpdateCustomMetricRequest.Builder metricName(String metricName)
The name of the custom metric. Cannot be updated.
- Parameters:
metricName
- The name of the custom metric. Cannot be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
UpdateCustomMetricRequest.Builder displayName(String displayName)
Field represents a friendly name in the console for the custom metric, it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated.
- Parameters:
displayName
- Field represents a friendly name in the console for the custom metric, it doesn't have to be unique. Don't use this name as the metric identifier in the device metric report. Can be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateCustomMetricRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateCustomMetricRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-