Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItem.Builder
Packages that use OpsItem.Builder
-
Uses of OpsItem.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItem.BuilderModifier and TypeMethodDescriptionOpsItem.Builder.actualEndTime(Instant actualEndTime) The time a runbook workflow ended.OpsItem.Builder.actualStartTime(Instant actualStartTime) The time a runbook workflow started.static OpsItem.BuilderOpsItem.builder()An OpsItem category.The ARN of the Amazon Web Services account that created the OpsItem.OpsItem.Builder.createdTime(Instant createdTime) The date and time the OpsItem was created.OpsItem.Builder.description(String description) The OpsItem description.OpsItem.Builder.lastModifiedBy(String lastModifiedBy) The ARN of the Amazon Web Services account that last updated the OpsItem.OpsItem.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time the OpsItem was last updated.OpsItem.Builder.notifications(Collection<OpsItemNotification> notifications) The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.OpsItem.Builder.notifications(Consumer<OpsItemNotification.Builder>... notifications) The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.OpsItem.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.OpsItem.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.OpsItem.Builder.opsItemArn(String opsItemArn) The OpsItem Amazon Resource Name (ARN).The ID of the OpsItem.OpsItem.Builder.opsItemType(String opsItemType) The type of OpsItem.OpsItem.Builder.plannedEndTime(Instant plannedEndTime) The time specified in a change request for a runbook workflow to end.OpsItem.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.OpsItem.Builder.relatedOpsItems(Collection<RelatedOpsItem> relatedOpsItems) One or more OpsItems that share something in common with the current OpsItem.OpsItem.Builder.relatedOpsItems(Consumer<RelatedOpsItem.Builder>... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItem.OpsItem.Builder.relatedOpsItems(RelatedOpsItem... relatedOpsItems) One or more OpsItems that share something in common with the current OpsItem.The severity of the OpsItem.The origin of the OpsItem, such as Amazon EC2 or Systems Manager.The OpsItem status.OpsItem.Builder.status(OpsItemStatus status) The OpsItem status.A short heading that describes the nature of the OpsItem and the impacted resource.OpsItem.toBuilder()The version of this OpsItem.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItem.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpsItem.Builder>OpsItem.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItem.BuilderModifier and TypeMethodDescriptiondefault GetOpsItemResponse.BuilderGetOpsItemResponse.Builder.opsItem(Consumer<OpsItem.Builder> opsItem) The OpsItem.