Interface Entity.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Entity.Builder,,Entity> SdkBuilder<Entity.Builder,,Entity> SdkPojo
- Enclosing class:
Entity
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, String> attributes) Additional attributes of the entity that are not used to specify the identity of the entity.keyAttributes(Map<String, String> keyAttributes) The attributes of the entity which identify the specific entity, as a list of key-value pairs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
keyAttributes
The attributes of the entity which identify the specific entity, as a list of key-value pairs. Entities with the same
keyAttributesare considered to be the same entity.There are five allowed attributes (key names):
Type,ResourceType,IdentifierName, andEnvironment.For details about how to use the key attributes, see How to add related information to telemetry in the CloudWatch User Guide.
- Parameters:
keyAttributes- The attributes of the entity which identify the specific entity, as a list of key-value pairs. Entities with the samekeyAttributesare considered to be the same entity.There are five allowed attributes (key names):
Type,ResourceType,IdentifierName, andEnvironment.For details about how to use the key attributes, see How to add related information to telemetry in the CloudWatch User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
attributes
Additional attributes of the entity that are not used to specify the identity of the entity. A list of key-value pairs.
For details about how to use the attributes, see How to add related information to telemetry in the CloudWatch User Guide.
- Parameters:
attributes- Additional attributes of the entity that are not used to specify the identity of the entity. A list of key-value pairs.For details about how to use the attributes, see How to add related information to telemetry in the CloudWatch User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-