Interface DependencyInsight.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DependencyInsight.Builder,,DependencyInsight> SdkBuilder<DependencyInsight.Builder,,DependencyInsight> SdkPojo
- Enclosing class:
DependencyInsight
-
Method Summary
Modifier and TypeMethodDescriptionThe category of the insight.category(InsightsCategory category) The category of the insight.description(String description) A human-readable explanation of the insight, describing the dependency behavior or condition that was detected.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
-
category
The category of the insight. Valid values:
-
CROSS_REGION - The insight relates to dependencies used across multiple Regions.
-
NEW_DEPENDENCY - The insight relates to a recently detected dependency.
-
THIRD_PARTY - The insight relates to a third-party dependency.
-
UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.
-
AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.
- Parameters:
category- The category of the insight. Valid values:-
CROSS_REGION - The insight relates to dependencies used across multiple Regions.
-
NEW_DEPENDENCY - The insight relates to a recently detected dependency.
-
THIRD_PARTY - The insight relates to a third-party dependency.
-
UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.
-
AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
category
The category of the insight. Valid values:
-
CROSS_REGION - The insight relates to dependencies used across multiple Regions.
-
NEW_DEPENDENCY - The insight relates to a recently detected dependency.
-
THIRD_PARTY - The insight relates to a third-party dependency.
-
UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.
-
AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.
- Parameters:
category- The category of the insight. Valid values:-
CROSS_REGION - The insight relates to dependencies used across multiple Regions.
-
NEW_DEPENDENCY - The insight relates to a recently detected dependency.
-
THIRD_PARTY - The insight relates to a third-party dependency.
-
UNEVEN_USAGE - The insight relates to a dependency with uneven usage across the service.
-
AWS_SERVICE - The insight relates to a dependency on an Amazon Web Services service.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
description
A human-readable explanation of the insight, describing the dependency behavior or condition that was detected.
- Parameters:
description- A human-readable explanation of the insight, describing the dependency behavior or condition that was detected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-