Uses of Interface
software.amazon.awssdk.services.ssm.model.UpdateOpsItemRequest.Builder
Packages that use UpdateOpsItemRequest.Builder
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of UpdateOpsItemRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type UpdateOpsItemRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateOpsItemResponse>SsmAsyncClient.updateOpsItem(Consumer<UpdateOpsItemRequest.Builder> updateOpsItemRequest) Edit or change an OpsItem.default UpdateOpsItemResponseSsmClient.updateOpsItem(Consumer<UpdateOpsItemRequest.Builder> updateOpsItemRequest) Edit or change an OpsItem. -
Uses of UpdateOpsItemRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return UpdateOpsItemRequest.BuilderModifier and TypeMethodDescriptionUpdateOpsItemRequest.Builder.actualEndTime(Instant actualEndTime) The time a runbook workflow ended.UpdateOpsItemRequest.Builder.actualStartTime(Instant actualStartTime) The time a runbook workflow started.static UpdateOpsItemRequest.BuilderUpdateOpsItemRequest.builder()Specify a new category for an OpsItem.UpdateOpsItemRequest.Builder.description(String description) User-defined text that contains information about the OpsItem, in Markdown format.UpdateOpsItemRequest.Builder.notifications(Collection<OpsItemNotification> notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.UpdateOpsItemRequest.Builder.notifications(Consumer<OpsItemNotification.Builder>... notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.UpdateOpsItemRequest.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.UpdateOpsItemRequest.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem object.UpdateOpsItemRequest.Builder.operationalDataToDelete(String... operationalDataToDelete) Keys that you want to remove from the OperationalData map.UpdateOpsItemRequest.Builder.operationalDataToDelete(Collection<String> operationalDataToDelete) Keys that you want to remove from the OperationalData map.UpdateOpsItemRequest.Builder.opsItemArn(String opsItemArn) The OpsItem Amazon Resource Name (ARN).The ID of the OpsItem.UpdateOpsItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateOpsItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateOpsItemRequest.Builder.plannedEndTime(Instant plannedEndTime) The time specified in a change request for a runbook workflow to end.UpdateOpsItemRequest.Builder.plannedStartTime(Instant plannedStartTime) The time specified in a change request for a runbook workflow to start.The importance of this OpsItem in relation to other OpsItems in the system.UpdateOpsItemRequest.Builder.relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.UpdateOpsItemRequest.Builder.relatedOpsItems(Consumer<RelatedOpsItem.Builder>... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.UpdateOpsItemRequest.Builder.relatedOpsItems(RelatedOpsItem... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.Specify a new severity for an OpsItem.The OpsItem status.UpdateOpsItemRequest.Builder.status(OpsItemStatus status) The OpsItem status.A short heading that describes the nature of the OpsItem and the impacted resource.UpdateOpsItemRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type UpdateOpsItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateOpsItemRequest.Builder>UpdateOpsItemRequest.serializableBuilderClass()