Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.Entity.Builder
Packages that use Entity.Builder
-
Uses of Entity.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return Entity.BuilderModifier and TypeMethodDescriptionEntity.Builder.attributes(Map<String, String> attributes) Additional attributes of the entity that are not used to specify the identity of the entity.static Entity.BuilderEntity.builder()Entity.Builder.keyAttributes(Map<String, String> keyAttributes) The attributes of the entity which identify the specific entity, as a list of key-value pairs.Entity.toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type Entity.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Entity.Builder>Entity.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type Entity.BuilderModifier and TypeMethodDescriptiondefault EntityMetricData.BuilderEntityMetricData.Builder.entity(Consumer<Entity.Builder> entity) The entity associated with the metrics.