Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItemSummary.Builder
Packages that use OpsItemSummary.Builder
-
Uses of OpsItemSummary.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemSummary.BuilderModifier and TypeMethodDescriptionOpsItemSummary.Builder.actualEndTime(Instant actualEndTime) The time a runbook workflow ended.OpsItemSummary.Builder.actualStartTime(Instant actualStartTime) The time a runbook workflow started.static OpsItemSummary.BuilderOpsItemSummary.builder()A list of OpsItems by category.The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.OpsItemSummary.Builder.createdTime(Instant createdTime) The date and time the OpsItem was created.OpsItemSummary.Builder.lastModifiedBy(String lastModifiedBy) The Amazon Resource Name (ARN) of the IAM entity that created the OpsItem.OpsItemSummary.Builder.lastModifiedTime(Instant lastModifiedTime) The date and time the OpsItem was last updated.OpsItemSummary.Builder.operationalData(Map<String, OpsItemDataValue> operationalData) Operational data is custom data that provides useful reference details about the OpsItem.The ID of the OpsItem.OpsItemSummary.Builder.opsItemType(String opsItemType) The type of OpsItem.OpsItemSummary.Builder.plannedEndTime(Instant plannedEndTime) The time specified in a change request for a runbook workflow to end.OpsItemSummary.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.A list of OpsItems by severity.The impacted Amazon Web Services resource.The OpsItem status.OpsItemSummary.Builder.status(OpsItemStatus status) The OpsItem status.A short heading that describes the nature of the OpsItem and the impacted resource.OpsItemSummary.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemSummary.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OpsItemSummary.Builder>OpsItemSummary.serializableBuilderClass()