public static interface UpdateTimelineEventRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateTimelineEventRequest.Builder,UpdateTimelineEventRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTimelineEventRequest.Builder clientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
clientToken - A token that ensures that a client calls the operation only once with the specified details.UpdateTimelineEventRequest.Builder eventData(String eventData)
A short description of the event.
eventData - A short description of the event.UpdateTimelineEventRequest.Builder eventId(String eventId)
The ID of the event to update. You can use ListTimelineEvents to find an event's ID.
eventId - The ID of the event to update. You can use ListTimelineEvents to find an event's ID.UpdateTimelineEventRequest.Builder eventReferences(Collection<EventReference> eventReferences)
Updates all existing references in a 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 that resource. For example, to specify an Amazon
DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
eventReferences - Updates all existing references in a 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 that resource. For example, to specify
an Amazon DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon
CloudWatch metric associated with the DynamoDB table as a related item. This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
UpdateTimelineEventRequest.Builder eventReferences(EventReference... eventReferences)
Updates all existing references in a 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 that resource. For example, to specify an Amazon
DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
eventReferences - Updates all existing references in a 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 that resource. For example, to specify
an Amazon DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon
CloudWatch metric associated with the DynamoDB table as a related item. This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
UpdateTimelineEventRequest.Builder eventReferences(Consumer<EventReference.Builder>... eventReferences)
Updates all existing references in a 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 that resource. For example, to specify an Amazon
DynamoDB (DynamoDB) table as a resource, use its ARN. You can also specify an Amazon CloudWatch metric
associated with the DynamoDB table as a related item.
This update action overrides all existing references. If you want to keep existing references, you must specify them in the call. If you don't, this action removes any existing references and enters only new references.
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) UpdateTimelineEventRequest.Builder eventTime(Instant eventTime)
The time that the event occurred.
eventTime - The time that the event occurred.UpdateTimelineEventRequest.Builder eventType(String eventType)
The type of event. You can update events of type Custom Event.
eventType - The type of event. You can update events of type Custom Event.UpdateTimelineEventRequest.Builder incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident that includes the timeline event.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident that includes the timeline event.UpdateTimelineEventRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateTimelineEventRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.