Interface Insight.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Insight.Builder,,Insight> SdkBuilder<Insight.Builder,,Insight> SdkPojo
- Enclosing class:
Insight
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) The timestamp when the insight was created, in epoch milliseconds.displayName(String displayName) The display name of the insight.The unique identifier of the insight.isExperimental(Boolean isExperimental) Indicates whether the insight is experimental.The priority level of the insight.priority(InsightPriorityLevel priority) The priority level of the insight.The current status of the insight.status(InsightStatus status) The current status of the insight.The type of the insight.type(InsightType type) The type of the insight.updateTime(Instant updateTime) The timestamp when the insight was last updated, in epoch milliseconds.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
-
insightId
The unique identifier of the insight.
- Parameters:
insightId- The unique identifier of the insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The display name of the insight.
- Parameters:
displayName- The display name of the insight.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
The type of the insight. Possible values are
EVENTandRECOMMENDATION.- Parameters:
type- The type of the insight. Possible values areEVENTandRECOMMENDATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the insight. Possible values are
EVENTandRECOMMENDATION.- Parameters:
type- The type of the insight. Possible values areEVENTandRECOMMENDATION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
priority
The priority level of the insight. Possible values are
CRITICAL,HIGH,MEDIUM, andLOW.- Parameters:
priority- The priority level of the insight. Possible values areCRITICAL,HIGH,MEDIUM, andLOW.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
priority
The priority level of the insight. Possible values are
CRITICAL,HIGH,MEDIUM, andLOW.- Parameters:
priority- The priority level of the insight. Possible values areCRITICAL,HIGH,MEDIUM, andLOW.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the insight. Possible values are
ACTIVE,RESOLVED, andDISMISSED.- Parameters:
status- The current status of the insight. Possible values areACTIVE,RESOLVED, andDISMISSED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the insight. Possible values are
ACTIVE,RESOLVED, andDISMISSED.- Parameters:
status- The current status of the insight. Possible values areACTIVE,RESOLVED, andDISMISSED.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The timestamp when the insight was created, in epoch milliseconds.
- Parameters:
creationTime- The timestamp when the insight was created, in epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateTime
The timestamp when the insight was last updated, in epoch milliseconds.
- Parameters:
updateTime- The timestamp when the insight was last updated, in epoch milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isExperimental
Indicates whether the insight is experimental.
- Parameters:
isExperimental- Indicates whether the insight is experimental.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-