Uses of Interface
software.amazon.awssdk.services.ssm.model.CreateOpsItemRequest.Builder
Packages that use CreateOpsItemRequest.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 CreateOpsItemRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CreateOpsItemRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<CreateOpsItemResponse>SsmAsyncClient.createOpsItem(Consumer<CreateOpsItemRequest.Builder> createOpsItemRequest) Creates a new OpsItem.default CreateOpsItemResponseSsmClient.createOpsItem(Consumer<CreateOpsItemRequest.Builder> createOpsItemRequest) Creates a new OpsItem. -
Uses of CreateOpsItemRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CreateOpsItemRequest.BuilderModifier and TypeMethodDescriptionThe target Amazon Web Services account where you want to create an OpsItem.CreateOpsItemRequest.Builder.actualEndTime(Instant actualEndTime) The time a runbook workflow ended.CreateOpsItemRequest.Builder.actualStartTime(Instant actualStartTime) The time a runbook workflow started.static CreateOpsItemRequest.BuilderCreateOpsItemRequest.builder()Specify a category to assign to an OpsItem.CreateOpsItemRequest.Builder.description(String description) User-defined text that contains information about the OpsItem, in Markdown format.CreateOpsItemRequest.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.CreateOpsItemRequest.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.CreateOpsItemRequest.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.CreateOpsItemRequest.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.CreateOpsItemRequest.Builder.opsItemType(String opsItemType) The type of OpsItem to create.CreateOpsItemRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateOpsItemRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateOpsItemRequest.Builder.plannedEndTime(Instant plannedEndTime) The time specified in a change request for a runbook workflow to end.CreateOpsItemRequest.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.CreateOpsItemRequest.Builder.relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.CreateOpsItemRequest.Builder.relatedOpsItems(Consumer<RelatedOpsItem.Builder>... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.CreateOpsItemRequest.Builder.relatedOpsItems(RelatedOpsItem... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItems.Specify a severity to assign to an OpsItem.The origin of the OpsItem, such as Amazon EC2 or Systems Manager.CreateOpsItemRequest.Builder.tags(Collection<Tag> tags) Optional metadata that you assign to a resource.CreateOpsItemRequest.Builder.tags(Consumer<Tag.Builder>... tags) Optional metadata that you assign to a resource.Optional metadata that you assign to a resource.A short heading that describes the nature of the OpsItem and the impacted resource.CreateOpsItemRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CreateOpsItemRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateOpsItemRequest.Builder>CreateOpsItemRequest.serializableBuilderClass()