public static interface CreateTimelineEventRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<CreateTimelineEventRequest.Builder,CreateTimelineEventRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateTimelineEventRequest.Builder clientToken(String clientToken)
A token that ensures that a client calls the action only once with the specified details.
clientToken - A token that ensures that a client calls the action only once with the specified details.CreateTimelineEventRequest.Builder eventData(String eventData)
A short description of the event.
eventData - A short description of the event.CreateTimelineEventRequest.Builder eventReferences(Collection<EventReference> eventReferences)
Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services resource
involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You
can also specify a related item associated with a resource. For example, to specify an Amazon DynamoDB
(DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
eventReferences - Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services
resource involved or associated with the incident. To specify a reference, enter its Amazon Resource
Name (ARN). You can also specify a related item associated with a resource. For example, to specify an
Amazon DynamoDB (DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon
CloudWatch metric associated with the DynamoDB table as a related item.CreateTimelineEventRequest.Builder eventReferences(EventReference... eventReferences)
Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services resource
involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You
can also specify a related item associated with a resource. For example, to specify an Amazon DynamoDB
(DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
eventReferences - Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services
resource involved or associated with the incident. To specify a reference, enter its Amazon Resource
Name (ARN). You can also specify a related item associated with a resource. For example, to specify an
Amazon DynamoDB (DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon
CloudWatch metric associated with the DynamoDB table as a related item.CreateTimelineEventRequest.Builder eventReferences(Consumer<EventReference.Builder>... eventReferences)
Adds one or more references to the TimelineEvent. A reference is an Amazon Web Services resource
involved or associated with the incident. To specify a reference, enter its Amazon Resource Name (ARN). You
can also specify a related item associated with a resource. For example, to specify an Amazon DynamoDB
(DynamoDB) table as a resource, use the table's ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
EventReference.Builder avoiding the need to create
one manually via EventReference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #eventReferences(List.
eventReferences - a consumer that will call methods on
EventReference.Builder#eventReferences(java.util.Collection) CreateTimelineEventRequest.Builder eventTime(Instant eventTime)
The time that the event occurred.
eventTime - The time that the event occurred.CreateTimelineEventRequest.Builder eventType(String eventType)
The type of event. You can create timeline events of type Custom Event.
eventType - The type of event. You can create timeline events of type Custom Event.CreateTimelineEventRequest.Builder incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident record that the action adds the incident to.CreateTimelineEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateTimelineEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.