Uses of Interface
software.amazon.awssdk.services.iotthingsgraph.model.MetricsConfiguration.Builder
-
Packages that use MetricsConfiguration.Builder Package Description software.amazon.awssdk.services.iotthingsgraph.model -
-
Uses of MetricsConfiguration.Builder in software.amazon.awssdk.services.iotthingsgraph.model
Methods in software.amazon.awssdk.services.iotthingsgraph.model that return MetricsConfiguration.Builder Modifier and Type Method Description static MetricsConfiguration.BuilderMetricsConfiguration. builder()MetricsConfiguration.BuilderMetricsConfiguration.Builder. cloudMetricEnabled(Boolean cloudMetricEnabled)A Boolean that specifies whether cloud metrics are collected.MetricsConfiguration.BuilderMetricsConfiguration.Builder. metricRuleRoleArn(String metricRuleRoleArn)The ARN of the role that is used to collect cloud metrics.MetricsConfiguration.BuilderMetricsConfiguration. toBuilder()Methods in software.amazon.awssdk.services.iotthingsgraph.model that return types with arguments of type MetricsConfiguration.Builder Modifier and Type Method Description static Class<? extends MetricsConfiguration.Builder>MetricsConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotthingsgraph.model with type arguments of type MetricsConfiguration.Builder Modifier and Type Method Description default CreateSystemInstanceRequest.BuilderCreateSystemInstanceRequest.Builder. metricsConfiguration(Consumer<MetricsConfiguration.Builder> metricsConfiguration)Sets the value of the MetricsConfiguration property for this object.default SystemInstanceDescription.BuilderSystemInstanceDescription.Builder. metricsConfiguration(Consumer<MetricsConfiguration.Builder> metricsConfiguration)Sets the value of the MetricsConfiguration property for this object.
-