public static interface UpdateRelatedItemsRequest.Builder extends SsmIncidentsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRelatedItemsRequest.Builder,UpdateRelatedItemsRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateRelatedItemsRequest.Builder |
clientToken(String clientToken)
A token that ensures that a client calls the operation only once with the specified details.
|
UpdateRelatedItemsRequest.Builder |
incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
|
UpdateRelatedItemsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRelatedItemsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default UpdateRelatedItemsRequest.Builder |
relatedItemsUpdate(Consumer<RelatedItemsUpdate.Builder> relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
UpdateRelatedItemsRequest.Builder |
relatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateRelatedItemsRequest.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.UpdateRelatedItemsRequest.Builder incidentRecordArn(String incidentRecordArn)
The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.
incidentRecordArn - The Amazon Resource Name (ARN) of the incident record that contains the related items that you update.UpdateRelatedItemsRequest.Builder relatedItemsUpdate(RelatedItemsUpdate relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
relatedItemsUpdate - Details about the item that you are add to, or delete from, an incident.default UpdateRelatedItemsRequest.Builder relatedItemsUpdate(Consumer<RelatedItemsUpdate.Builder> relatedItemsUpdate)
Details about the item that you are add to, or delete from, an incident.
This is a convenience method that creates an instance of theRelatedItemsUpdate.Builder avoiding the
need to create one manually via RelatedItemsUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to relatedItemsUpdate(RelatedItemsUpdate).
relatedItemsUpdate - a consumer that will call methods on RelatedItemsUpdate.BuilderrelatedItemsUpdate(RelatedItemsUpdate)UpdateRelatedItemsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateRelatedItemsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.