Interface TriggerDetails.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TriggerDetails.Builder,,- TriggerDetails> - SdkBuilder<TriggerDetails.Builder,,- TriggerDetails> - SdkPojo
- Enclosing class:
- TriggerDetails
@Mutable
@NotThreadSafe
public static interface TriggerDetails.Builder
extends SdkPojo, CopyableBuilder<TriggerDetails.Builder,TriggerDetails> 
- 
Method SummaryModifier and TypeMethodDescriptionRaw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.Identifies the service that sourced the event.The timestamp for when the incident was detected.triggerArn(String triggerArn) The Amazon Resource Name (ARN) of the source that detected the incident.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
rawDataRaw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created. - Parameters:
- rawData- Raw data passed from either Amazon EventBridge, Amazon CloudWatch, or Incident Manager when an incident is created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
sourceIdentifies the service that sourced the event. All events sourced from within Amazon Web Services begin with " aws." Customer-generated events can have any value here, as long as it doesn't begin with "aws." We recommend the use of Java package-name style reverse domain-name strings.- Parameters:
- source- Identifies the service that sourced the event. All events sourced from within Amazon Web Services begin with "- aws." Customer-generated events can have any value here, as long as it doesn't begin with "- aws." We recommend the use of Java package-name style reverse domain-name strings.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
timestampThe timestamp for when the incident was detected. - Parameters:
- timestamp- The timestamp for when the incident was detected.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
triggerArnThe Amazon Resource Name (ARN) of the source that detected the incident. - Parameters:
- triggerArn- The Amazon Resource Name (ARN) of the source that detected the incident.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-