Class Group
- java.lang.Object
-
- software.amazon.awssdk.services.xray.model.Group
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Group.Builder,Group>
@Generated("software.amazon.awssdk:codegen") public final class Group extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Group.Builder,Group>
Details and metadata for a group.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGroup.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Group.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfilterExpression()The filter expression defining the parameters to include traces.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)StringgroupARN()The Amazon Resource Name (ARN) of the group generated based on the GroupName.StringgroupName()The unique case-sensitive name of the group.inthashCode()InsightsConfigurationinsightsConfiguration()The structure containing configurations related to insights.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Group.Builder>serializableBuilderClass()Group.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
groupName
public final String groupName()
The unique case-sensitive name of the group.
- Returns:
- The unique case-sensitive name of the group.
-
groupARN
public final String groupARN()
The Amazon Resource Name (ARN) of the group generated based on the GroupName.
- Returns:
- The Amazon Resource Name (ARN) of the group generated based on the GroupName.
-
filterExpression
public final String filterExpression()
The filter expression defining the parameters to include traces.
- Returns:
- The filter expression defining the parameters to include traces.
-
insightsConfiguration
public final InsightsConfiguration insightsConfiguration()
The structure containing configurations related to insights.
-
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
-
The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
- Returns:
- The structure containing configurations related to insights.
-
The InsightsEnabled boolean can be set to true to enable insights for the group or false to disable insights for the group.
-
The NotificationsEnabled boolean can be set to true to enable insights notifications through Amazon EventBridge for the group.
-
-
-
toBuilder
public Group.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Group.Builder,Group>
-
builder
public static Group.Builder builder()
-
serializableBuilderClass
public static Class<? extends Group.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-