Class InsightsConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.xray.model.InsightsConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class InsightsConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
The structure containing configurations related to insights.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInsightsConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InsightsConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleaninsightsEnabled()Set the InsightsEnabled value to true to enable insights or false to disable insights.BooleannotificationsEnabled()Set the NotificationsEnabled value to true to enable insights notifications.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends InsightsConfiguration.Builder>serializableBuilderClass()InsightsConfiguration.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
-
insightsEnabled
public final Boolean insightsEnabled()
Set the InsightsEnabled value to true to enable insights or false to disable insights.
- Returns:
- Set the InsightsEnabled value to true to enable insights or false to disable insights.
-
notificationsEnabled
public final Boolean notificationsEnabled()
Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
- Returns:
- Set the NotificationsEnabled value to true to enable insights notifications. Notifications can only be enabled on a group with InsightsEnabled set to true.
-
toBuilder
public InsightsConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InsightsConfiguration.Builder,InsightsConfiguration>
-
builder
public static InsightsConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends InsightsConfiguration.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
-
-