Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.Entity.Builder
-
Packages that use Entity.Builder Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of Entity.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return Entity.Builder Modifier and Type Method Description Entity.BuilderEntity.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.BuilderEntity.Builder. keyAttributes(Map<String,String> keyAttributes)The attributes of the entity which identify the specific entity, as a list of key-value pairs.Entity.BuilderEntity. toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type Entity.Builder Modifier and Type Method Description static Class<? extends Entity.Builder>Entity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type Entity.Builder Modifier and Type Method Description default PutLogEventsRequest.BuilderPutLogEventsRequest.Builder. entity(Consumer<Entity.Builder> entity)The entity associated with the log events.
-